1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Database
  5. getAutonomousVmCluster
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

oci.Database.getAutonomousVmCluster

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi

This data source provides details about a specific Autonomous Vm Cluster resource in Oracle Cloud Infrastructure Database service.

Gets information about the specified Autonomous VM cluster for an Exadata Cloud@Customer system. To get information about an Autonomous VM Cluster in the Oracle cloud, see GetCloudAutonomousVmCluster.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testAutonomousVmCluster = oci.Database.getAutonomousVmCluster({
    autonomousVmClusterId: testAutonomousVmClusterOciDatabaseAutonomousVmCluster.id,
});
Copy
import pulumi
import pulumi_oci as oci

test_autonomous_vm_cluster = oci.Database.get_autonomous_vm_cluster(autonomous_vm_cluster_id=test_autonomous_vm_cluster_oci_database_autonomous_vm_cluster["id"])
Copy
package main

import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/database"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := database.GetAutonomousVmCluster(ctx, &database.GetAutonomousVmClusterArgs{
			AutonomousVmClusterId: testAutonomousVmClusterOciDatabaseAutonomousVmCluster.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testAutonomousVmCluster = Oci.Database.GetAutonomousVmCluster.Invoke(new()
    {
        AutonomousVmClusterId = testAutonomousVmClusterOciDatabaseAutonomousVmCluster.Id,
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Database.DatabaseFunctions;
import com.pulumi.oci.Database.inputs.GetAutonomousVmClusterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var testAutonomousVmCluster = DatabaseFunctions.getAutonomousVmCluster(GetAutonomousVmClusterArgs.builder()
            .autonomousVmClusterId(testAutonomousVmClusterOciDatabaseAutonomousVmCluster.id())
            .build());

    }
}
Copy
variables:
  testAutonomousVmCluster:
    fn::invoke:
      function: oci:Database:getAutonomousVmCluster
      arguments:
        autonomousVmClusterId: ${testAutonomousVmClusterOciDatabaseAutonomousVmCluster.id}
Copy

Using getAutonomousVmCluster

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAutonomousVmCluster(args: GetAutonomousVmClusterArgs, opts?: InvokeOptions): Promise<GetAutonomousVmClusterResult>
function getAutonomousVmClusterOutput(args: GetAutonomousVmClusterOutputArgs, opts?: InvokeOptions): Output<GetAutonomousVmClusterResult>
Copy
def get_autonomous_vm_cluster(autonomous_vm_cluster_id: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAutonomousVmClusterResult
def get_autonomous_vm_cluster_output(autonomous_vm_cluster_id: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAutonomousVmClusterResult]
Copy
func GetAutonomousVmCluster(ctx *Context, args *GetAutonomousVmClusterArgs, opts ...InvokeOption) (*GetAutonomousVmClusterResult, error)
func GetAutonomousVmClusterOutput(ctx *Context, args *GetAutonomousVmClusterOutputArgs, opts ...InvokeOption) GetAutonomousVmClusterResultOutput
Copy

> Note: This function is named GetAutonomousVmCluster in the Go SDK.

public static class GetAutonomousVmCluster 
{
    public static Task<GetAutonomousVmClusterResult> InvokeAsync(GetAutonomousVmClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetAutonomousVmClusterResult> Invoke(GetAutonomousVmClusterInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetAutonomousVmClusterResult> getAutonomousVmCluster(GetAutonomousVmClusterArgs args, InvokeOptions options)
public static Output<GetAutonomousVmClusterResult> getAutonomousVmCluster(GetAutonomousVmClusterArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:Database/getAutonomousVmCluster:getAutonomousVmCluster
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AutonomousVmClusterId This property is required. string
The autonomous VM cluster OCID.
AutonomousVmClusterId This property is required. string
The autonomous VM cluster OCID.
autonomousVmClusterId This property is required. String
The autonomous VM cluster OCID.
autonomousVmClusterId This property is required. string
The autonomous VM cluster OCID.
autonomous_vm_cluster_id This property is required. str
The autonomous VM cluster OCID.
autonomousVmClusterId This property is required. String
The autonomous VM cluster OCID.

getAutonomousVmCluster Result

The following output properties are available:

AutonomousDataStoragePercentage double
AutonomousDataStorageSizeInTbs double
The data disk group size allocated for Autonomous Databases, in TBs.
AutonomousVmClusterId string
AvailableAutonomousDataStorageSizeInTbs double
The data disk group size available for Autonomous Databases, in TBs.
AvailableContainerDatabases int
The number of Autonomous Container Databases that can be created with the currently available local storage.
AvailableCpus int
The numnber of CPU cores available.
AvailableDataStorageSizeInTbs double
Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.
CompartmentId string
The OCID of the compartment.
ComputeModel string
The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
CpuCoreCountPerNode int
The number of CPU cores enabled per VM cluster node.
CpuPercentage double
CpusEnabled int
The number of enabled CPU cores.
CpusLowestScaledValue int
The lowest value to which cpus can be scaled down.
DataStorageSizeInGb double
The total data storage allocated in GBs.
DataStorageSizeInTbs double
The total data storage allocated in TBs
DbNodeStorageSizeInGbs int
The local node storage allocated in GBs.
DbServers List<string>
The list of OCIDs of the Db servers.
DefinedTags Dictionary<string, string>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
DisplayName string
The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
ExadataInfrastructureId string
The OCID of the Exadata infrastructure.
ExadataStorageInTbsLowestScaledValue double
The lowest value to which exadataStorage(in TBs) can be scaled down.
FreeformTags Dictionary<string, string>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Id string
The OCID of the Autonomous VM cluster.
IsLocalBackupEnabled bool
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
IsMtlsEnabled bool
Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
LastMaintenanceRunId string
The OCID of the last maintenance run.
LicenseModel string
The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
LifecycleDetails string
Additional information about the current lifecycle state.
MaintenanceWindowDetails List<GetAutonomousVmClusterMaintenanceWindowDetail>
MaintenanceWindows List<GetAutonomousVmClusterMaintenanceWindow>
The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
MaxAcdsLowestScaledValue int
The lowest value to which maximum number of ACDs can be scaled down.
MemoryPerOracleComputeUnitInGbs int
The amount of memory (in GBs) to be enabled per OCPU or ECPU.
MemorySizeInGbs int
The memory allocated in GBs.
NextMaintenanceRunId string
The OCID of the next maintenance run.
NodeCount int
The number of nodes in the Autonomous VM Cluster.
NonProvisionableAutonomousContainerDatabases int
OcpusEnabled double
The number of enabled OCPU cores.
ProvisionableAutonomousContainerDatabases int
Deprecated. Use field totalContainerDatabases.
ProvisionedAutonomousContainerDatabases int
The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
ProvisionedCpus double
The number of CPUs provisioned in an Autonomous VM Cluster.
ReclaimableCpus int
For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
ReservedCpus double
The number of CPUs reserved in an Autonomous VM Cluster.
ScanListenerPortNonTls int
The SCAN Listener Non TLS port number. Default value is 1521.
ScanListenerPortTls int
The SCAN Listener TLS port number. Default value is 2484.
State string
The current state of the Autonomous VM cluster.
TimeCreated string
The date and time that the Autonomous VM cluster was created.
TimeDatabaseSslCertificateExpires string
The date and time of Database SSL certificate expiration.
TimeOrdsCertificateExpires string
The date and time of ORDS certificate expiration.
TimeZone string
The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
TotalAutonomousDataStorageInTbs double
TotalContainerDatabases int
The total number of Autonomous Container Databases that can be created.
VmClusterNetworkId string
The OCID of the VM cluster network.
AutonomousDataStoragePercentage float64
AutonomousDataStorageSizeInTbs float64
The data disk group size allocated for Autonomous Databases, in TBs.
AutonomousVmClusterId string
AvailableAutonomousDataStorageSizeInTbs float64
The data disk group size available for Autonomous Databases, in TBs.
AvailableContainerDatabases int
The number of Autonomous Container Databases that can be created with the currently available local storage.
AvailableCpus int
The numnber of CPU cores available.
AvailableDataStorageSizeInTbs float64
Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.
CompartmentId string
The OCID of the compartment.
ComputeModel string
The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
CpuCoreCountPerNode int
The number of CPU cores enabled per VM cluster node.
CpuPercentage float64
CpusEnabled int
The number of enabled CPU cores.
CpusLowestScaledValue int
The lowest value to which cpus can be scaled down.
DataStorageSizeInGb float64
The total data storage allocated in GBs.
DataStorageSizeInTbs float64
The total data storage allocated in TBs
DbNodeStorageSizeInGbs int
The local node storage allocated in GBs.
DbServers []string
The list of OCIDs of the Db servers.
DefinedTags map[string]string
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
DisplayName string
The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
ExadataInfrastructureId string
The OCID of the Exadata infrastructure.
ExadataStorageInTbsLowestScaledValue float64
The lowest value to which exadataStorage(in TBs) can be scaled down.
FreeformTags map[string]string
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
Id string
The OCID of the Autonomous VM cluster.
IsLocalBackupEnabled bool
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
IsMtlsEnabled bool
Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
LastMaintenanceRunId string
The OCID of the last maintenance run.
LicenseModel string
The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
LifecycleDetails string
Additional information about the current lifecycle state.
MaintenanceWindowDetails []GetAutonomousVmClusterMaintenanceWindowDetail
MaintenanceWindows []GetAutonomousVmClusterMaintenanceWindow
The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
MaxAcdsLowestScaledValue int
The lowest value to which maximum number of ACDs can be scaled down.
MemoryPerOracleComputeUnitInGbs int
The amount of memory (in GBs) to be enabled per OCPU or ECPU.
MemorySizeInGbs int
The memory allocated in GBs.
NextMaintenanceRunId string
The OCID of the next maintenance run.
NodeCount int
The number of nodes in the Autonomous VM Cluster.
NonProvisionableAutonomousContainerDatabases int
OcpusEnabled float64
The number of enabled OCPU cores.
ProvisionableAutonomousContainerDatabases int
Deprecated. Use field totalContainerDatabases.
ProvisionedAutonomousContainerDatabases int
The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
ProvisionedCpus float64
The number of CPUs provisioned in an Autonomous VM Cluster.
ReclaimableCpus int
For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
ReservedCpus float64
The number of CPUs reserved in an Autonomous VM Cluster.
ScanListenerPortNonTls int
The SCAN Listener Non TLS port number. Default value is 1521.
ScanListenerPortTls int
The SCAN Listener TLS port number. Default value is 2484.
State string
The current state of the Autonomous VM cluster.
TimeCreated string
The date and time that the Autonomous VM cluster was created.
TimeDatabaseSslCertificateExpires string
The date and time of Database SSL certificate expiration.
TimeOrdsCertificateExpires string
The date and time of ORDS certificate expiration.
TimeZone string
The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
TotalAutonomousDataStorageInTbs float64
TotalContainerDatabases int
The total number of Autonomous Container Databases that can be created.
VmClusterNetworkId string
The OCID of the VM cluster network.
autonomousDataStoragePercentage Double
autonomousDataStorageSizeInTbs Double
The data disk group size allocated for Autonomous Databases, in TBs.
autonomousVmClusterId String
availableAutonomousDataStorageSizeInTbs Double
The data disk group size available for Autonomous Databases, in TBs.
availableContainerDatabases Integer
The number of Autonomous Container Databases that can be created with the currently available local storage.
availableCpus Integer
The numnber of CPU cores available.
availableDataStorageSizeInTbs Double
Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.
compartmentId String
The OCID of the compartment.
computeModel String
The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
cpuCoreCountPerNode Integer
The number of CPU cores enabled per VM cluster node.
cpuPercentage Double
cpusEnabled Integer
The number of enabled CPU cores.
cpusLowestScaledValue Integer
The lowest value to which cpus can be scaled down.
dataStorageSizeInGb Double
The total data storage allocated in GBs.
dataStorageSizeInTbs Double
The total data storage allocated in TBs
dbNodeStorageSizeInGbs Integer
The local node storage allocated in GBs.
dbServers List<String>
The list of OCIDs of the Db servers.
definedTags Map<String,String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
displayName String
The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
exadataInfrastructureId String
The OCID of the Exadata infrastructure.
exadataStorageInTbsLowestScaledValue Double
The lowest value to which exadataStorage(in TBs) can be scaled down.
freeformTags Map<String,String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id String
The OCID of the Autonomous VM cluster.
isLocalBackupEnabled Boolean
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
isMtlsEnabled Boolean
Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
lastMaintenanceRunId String
The OCID of the last maintenance run.
licenseModel String
The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
lifecycleDetails String
Additional information about the current lifecycle state.
maintenanceWindowDetails List<GetAutonomousVmClusterMaintenanceWindowDetail>
maintenanceWindows List<GetAutonomousVmClusterMaintenanceWindow>
The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
maxAcdsLowestScaledValue Integer
The lowest value to which maximum number of ACDs can be scaled down.
memoryPerOracleComputeUnitInGbs Integer
The amount of memory (in GBs) to be enabled per OCPU or ECPU.
memorySizeInGbs Integer
The memory allocated in GBs.
nextMaintenanceRunId String
The OCID of the next maintenance run.
nodeCount Integer
The number of nodes in the Autonomous VM Cluster.
nonProvisionableAutonomousContainerDatabases Integer
ocpusEnabled Double
The number of enabled OCPU cores.
provisionableAutonomousContainerDatabases Integer
Deprecated. Use field totalContainerDatabases.
provisionedAutonomousContainerDatabases Integer
The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
provisionedCpus Double
The number of CPUs provisioned in an Autonomous VM Cluster.
reclaimableCpus Integer
For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
reservedCpus Double
The number of CPUs reserved in an Autonomous VM Cluster.
scanListenerPortNonTls Integer
The SCAN Listener Non TLS port number. Default value is 1521.
scanListenerPortTls Integer
The SCAN Listener TLS port number. Default value is 2484.
state String
The current state of the Autonomous VM cluster.
timeCreated String
The date and time that the Autonomous VM cluster was created.
timeDatabaseSslCertificateExpires String
The date and time of Database SSL certificate expiration.
timeOrdsCertificateExpires String
The date and time of ORDS certificate expiration.
timeZone String
The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
totalAutonomousDataStorageInTbs Double
totalContainerDatabases Integer
The total number of Autonomous Container Databases that can be created.
vmClusterNetworkId String
The OCID of the VM cluster network.
autonomousDataStoragePercentage number
autonomousDataStorageSizeInTbs number
The data disk group size allocated for Autonomous Databases, in TBs.
autonomousVmClusterId string
availableAutonomousDataStorageSizeInTbs number
The data disk group size available for Autonomous Databases, in TBs.
availableContainerDatabases number
The number of Autonomous Container Databases that can be created with the currently available local storage.
availableCpus number
The numnber of CPU cores available.
availableDataStorageSizeInTbs number
Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.
compartmentId string
The OCID of the compartment.
computeModel string
The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
cpuCoreCountPerNode number
The number of CPU cores enabled per VM cluster node.
cpuPercentage number
cpusEnabled number
The number of enabled CPU cores.
cpusLowestScaledValue number
The lowest value to which cpus can be scaled down.
dataStorageSizeInGb number
The total data storage allocated in GBs.
dataStorageSizeInTbs number
The total data storage allocated in TBs
dbNodeStorageSizeInGbs number
The local node storage allocated in GBs.
dbServers string[]
The list of OCIDs of the Db servers.
definedTags {[key: string]: string}
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
displayName string
The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
exadataInfrastructureId string
The OCID of the Exadata infrastructure.
exadataStorageInTbsLowestScaledValue number
The lowest value to which exadataStorage(in TBs) can be scaled down.
freeformTags {[key: string]: string}
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id string
The OCID of the Autonomous VM cluster.
isLocalBackupEnabled boolean
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
isMtlsEnabled boolean
Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
lastMaintenanceRunId string
The OCID of the last maintenance run.
licenseModel string
The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
lifecycleDetails string
Additional information about the current lifecycle state.
maintenanceWindowDetails GetAutonomousVmClusterMaintenanceWindowDetail[]
maintenanceWindows GetAutonomousVmClusterMaintenanceWindow[]
The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
maxAcdsLowestScaledValue number
The lowest value to which maximum number of ACDs can be scaled down.
memoryPerOracleComputeUnitInGbs number
The amount of memory (in GBs) to be enabled per OCPU or ECPU.
memorySizeInGbs number
The memory allocated in GBs.
nextMaintenanceRunId string
The OCID of the next maintenance run.
nodeCount number
The number of nodes in the Autonomous VM Cluster.
nonProvisionableAutonomousContainerDatabases number
ocpusEnabled number
The number of enabled OCPU cores.
provisionableAutonomousContainerDatabases number
Deprecated. Use field totalContainerDatabases.
provisionedAutonomousContainerDatabases number
The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
provisionedCpus number
The number of CPUs provisioned in an Autonomous VM Cluster.
reclaimableCpus number
For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
reservedCpus number
The number of CPUs reserved in an Autonomous VM Cluster.
scanListenerPortNonTls number
The SCAN Listener Non TLS port number. Default value is 1521.
scanListenerPortTls number
The SCAN Listener TLS port number. Default value is 2484.
state string
The current state of the Autonomous VM cluster.
timeCreated string
The date and time that the Autonomous VM cluster was created.
timeDatabaseSslCertificateExpires string
The date and time of Database SSL certificate expiration.
timeOrdsCertificateExpires string
The date and time of ORDS certificate expiration.
timeZone string
The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
totalAutonomousDataStorageInTbs number
totalContainerDatabases number
The total number of Autonomous Container Databases that can be created.
vmClusterNetworkId string
The OCID of the VM cluster network.
autonomous_data_storage_percentage float
autonomous_data_storage_size_in_tbs float
The data disk group size allocated for Autonomous Databases, in TBs.
autonomous_vm_cluster_id str
available_autonomous_data_storage_size_in_tbs float
The data disk group size available for Autonomous Databases, in TBs.
available_container_databases int
The number of Autonomous Container Databases that can be created with the currently available local storage.
available_cpus int
The numnber of CPU cores available.
available_data_storage_size_in_tbs float
Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.
compartment_id str
The OCID of the compartment.
compute_model str
The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
cpu_core_count_per_node int
The number of CPU cores enabled per VM cluster node.
cpu_percentage float
cpus_enabled int
The number of enabled CPU cores.
cpus_lowest_scaled_value int
The lowest value to which cpus can be scaled down.
data_storage_size_in_gb float
The total data storage allocated in GBs.
data_storage_size_in_tbs float
The total data storage allocated in TBs
db_node_storage_size_in_gbs int
The local node storage allocated in GBs.
db_servers Sequence[str]
The list of OCIDs of the Db servers.
defined_tags Mapping[str, str]
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
display_name str
The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
exadata_infrastructure_id str
The OCID of the Exadata infrastructure.
exadata_storage_in_tbs_lowest_scaled_value float
The lowest value to which exadataStorage(in TBs) can be scaled down.
freeform_tags Mapping[str, str]
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id str
The OCID of the Autonomous VM cluster.
is_local_backup_enabled bool
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
is_mtls_enabled bool
Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
last_maintenance_run_id str
The OCID of the last maintenance run.
license_model str
The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
lifecycle_details str
Additional information about the current lifecycle state.
maintenance_window_details Sequence[database.GetAutonomousVmClusterMaintenanceWindowDetail]
maintenance_windows Sequence[database.GetAutonomousVmClusterMaintenanceWindow]
The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
max_acds_lowest_scaled_value int
The lowest value to which maximum number of ACDs can be scaled down.
memory_per_oracle_compute_unit_in_gbs int
The amount of memory (in GBs) to be enabled per OCPU or ECPU.
memory_size_in_gbs int
The memory allocated in GBs.
next_maintenance_run_id str
The OCID of the next maintenance run.
node_count int
The number of nodes in the Autonomous VM Cluster.
non_provisionable_autonomous_container_databases int
ocpus_enabled float
The number of enabled OCPU cores.
provisionable_autonomous_container_databases int
Deprecated. Use field totalContainerDatabases.
provisioned_autonomous_container_databases int
The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
provisioned_cpus float
The number of CPUs provisioned in an Autonomous VM Cluster.
reclaimable_cpus int
For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
reserved_cpus float
The number of CPUs reserved in an Autonomous VM Cluster.
scan_listener_port_non_tls int
The SCAN Listener Non TLS port number. Default value is 1521.
scan_listener_port_tls int
The SCAN Listener TLS port number. Default value is 2484.
state str
The current state of the Autonomous VM cluster.
time_created str
The date and time that the Autonomous VM cluster was created.
time_database_ssl_certificate_expires str
The date and time of Database SSL certificate expiration.
time_ords_certificate_expires str
The date and time of ORDS certificate expiration.
time_zone str
The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
total_autonomous_data_storage_in_tbs float
total_container_databases int
The total number of Autonomous Container Databases that can be created.
vm_cluster_network_id str
The OCID of the VM cluster network.
autonomousDataStoragePercentage Number
autonomousDataStorageSizeInTbs Number
The data disk group size allocated for Autonomous Databases, in TBs.
autonomousVmClusterId String
availableAutonomousDataStorageSizeInTbs Number
The data disk group size available for Autonomous Databases, in TBs.
availableContainerDatabases Number
The number of Autonomous Container Databases that can be created with the currently available local storage.
availableCpus Number
The numnber of CPU cores available.
availableDataStorageSizeInTbs Number
Deprecated. Use availableAutonomousDataStorageSizeInTBs for Autonomous Databases' data storage availability in TBs.
compartmentId String
The OCID of the compartment.
computeModel String
The compute model of the Autonomous VM Cluster. ECPU compute model is the recommended model and OCPU compute model is legacy. See Compute Models in Autonomous Database on Dedicated Exadata #Infrastructure for more details.
cpuCoreCountPerNode Number
The number of CPU cores enabled per VM cluster node.
cpuPercentage Number
cpusEnabled Number
The number of enabled CPU cores.
cpusLowestScaledValue Number
The lowest value to which cpus can be scaled down.
dataStorageSizeInGb Number
The total data storage allocated in GBs.
dataStorageSizeInTbs Number
The total data storage allocated in TBs
dbNodeStorageSizeInGbs Number
The local node storage allocated in GBs.
dbServers List<String>
The list of OCIDs of the Db servers.
definedTags Map<String>
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
displayName String
The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
exadataInfrastructureId String
The OCID of the Exadata infrastructure.
exadataStorageInTbsLowestScaledValue Number
The lowest value to which exadataStorage(in TBs) can be scaled down.
freeformTags Map<String>
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
id String
The OCID of the Autonomous VM cluster.
isLocalBackupEnabled Boolean
If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
isMtlsEnabled Boolean
Enable mutual TLS(mTLS) authentication for database while provisioning a VMCluster. Default is TLS.
lastMaintenanceRunId String
The OCID of the last maintenance run.
licenseModel String
The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
lifecycleDetails String
Additional information about the current lifecycle state.
maintenanceWindowDetails List<Property Map>
maintenanceWindows List<Property Map>
The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
maxAcdsLowestScaledValue Number
The lowest value to which maximum number of ACDs can be scaled down.
memoryPerOracleComputeUnitInGbs Number
The amount of memory (in GBs) to be enabled per OCPU or ECPU.
memorySizeInGbs Number
The memory allocated in GBs.
nextMaintenanceRunId String
The OCID of the next maintenance run.
nodeCount Number
The number of nodes in the Autonomous VM Cluster.
nonProvisionableAutonomousContainerDatabases Number
ocpusEnabled Number
The number of enabled OCPU cores.
provisionableAutonomousContainerDatabases Number
Deprecated. Use field totalContainerDatabases.
provisionedAutonomousContainerDatabases Number
The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
provisionedCpus Number
The number of CPUs provisioned in an Autonomous VM Cluster.
reclaimableCpus Number
For Autonomous Databases on Dedicated Exadata Infrastructure:

  • These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
  • The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
reservedCpus Number
The number of CPUs reserved in an Autonomous VM Cluster.
scanListenerPortNonTls Number
The SCAN Listener Non TLS port number. Default value is 1521.
scanListenerPortTls Number
The SCAN Listener TLS port number. Default value is 2484.
state String
The current state of the Autonomous VM cluster.
timeCreated String
The date and time that the Autonomous VM cluster was created.
timeDatabaseSslCertificateExpires String
The date and time of Database SSL certificate expiration.
timeOrdsCertificateExpires String
The date and time of ORDS certificate expiration.
timeZone String
The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
totalAutonomousDataStorageInTbs Number
totalContainerDatabases Number
The total number of Autonomous Container Databases that can be created.
vmClusterNetworkId String
The OCID of the VM cluster network.

Supporting Types

GetAutonomousVmClusterMaintenanceWindow

CustomActionTimeoutInMins This property is required. int
DaysOfWeeks This property is required. List<GetAutonomousVmClusterMaintenanceWindowDaysOfWeek>
Days during the week when maintenance should be performed.
HoursOfDays This property is required. List<int>
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
IsCustomActionTimeoutEnabled This property is required. bool
IsMonthlyPatchingEnabled This property is required. bool
LeadTimeInWeeks This property is required. int
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
Months This property is required. List<GetAutonomousVmClusterMaintenanceWindowMonth>
Months during the year when maintenance should be performed.
PatchingMode This property is required. string
Preference This property is required. string
The maintenance window scheduling preference.
SkipRus This property is required. List<bool>
WeeksOfMonths This property is required. List<int>
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
CustomActionTimeoutInMins This property is required. int
DaysOfWeeks This property is required. []GetAutonomousVmClusterMaintenanceWindowDaysOfWeek
Days during the week when maintenance should be performed.
HoursOfDays This property is required. []int
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
IsCustomActionTimeoutEnabled This property is required. bool
IsMonthlyPatchingEnabled This property is required. bool
LeadTimeInWeeks This property is required. int
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
Months This property is required. []GetAutonomousVmClusterMaintenanceWindowMonth
Months during the year when maintenance should be performed.
PatchingMode This property is required. string
Preference This property is required. string
The maintenance window scheduling preference.
SkipRus This property is required. []bool
WeeksOfMonths This property is required. []int
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
customActionTimeoutInMins This property is required. Integer
daysOfWeeks This property is required. List<GetAutonomousVmClusterMaintenanceWindowDaysOfWeek>
Days during the week when maintenance should be performed.
hoursOfDays This property is required. List<Integer>
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled This property is required. Boolean
isMonthlyPatchingEnabled This property is required. Boolean
leadTimeInWeeks This property is required. Integer
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
months This property is required. List<GetAutonomousVmClusterMaintenanceWindowMonth>
Months during the year when maintenance should be performed.
patchingMode This property is required. String
preference This property is required. String
The maintenance window scheduling preference.
skipRus This property is required. List<Boolean>
weeksOfMonths This property is required. List<Integer>
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
customActionTimeoutInMins This property is required. number
daysOfWeeks This property is required. GetAutonomousVmClusterMaintenanceWindowDaysOfWeek[]
Days during the week when maintenance should be performed.
hoursOfDays This property is required. number[]
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled This property is required. boolean
isMonthlyPatchingEnabled This property is required. boolean
leadTimeInWeeks This property is required. number
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
months This property is required. GetAutonomousVmClusterMaintenanceWindowMonth[]
Months during the year when maintenance should be performed.
patchingMode This property is required. string
preference This property is required. string
The maintenance window scheduling preference.
skipRus This property is required. boolean[]
weeksOfMonths This property is required. number[]
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
custom_action_timeout_in_mins This property is required. int
days_of_weeks This property is required. Sequence[database.GetAutonomousVmClusterMaintenanceWindowDaysOfWeek]
Days during the week when maintenance should be performed.
hours_of_days This property is required. Sequence[int]
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
is_custom_action_timeout_enabled This property is required. bool
is_monthly_patching_enabled This property is required. bool
lead_time_in_weeks This property is required. int
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
months This property is required. Sequence[database.GetAutonomousVmClusterMaintenanceWindowMonth]
Months during the year when maintenance should be performed.
patching_mode This property is required. str
preference This property is required. str
The maintenance window scheduling preference.
skip_rus This property is required. Sequence[bool]
weeks_of_months This property is required. Sequence[int]
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
customActionTimeoutInMins This property is required. Number
daysOfWeeks This property is required. List<Property Map>
Days during the week when maintenance should be performed.
hoursOfDays This property is required. List<Number>
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled This property is required. Boolean
isMonthlyPatchingEnabled This property is required. Boolean
leadTimeInWeeks This property is required. Number
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
months This property is required. List<Property Map>
Months during the year when maintenance should be performed.
patchingMode This property is required. String
preference This property is required. String
The maintenance window scheduling preference.
skipRus This property is required. List<Boolean>
weeksOfMonths This property is required. List<Number>
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

GetAutonomousVmClusterMaintenanceWindowDaysOfWeek

Name This property is required. string
Name of the month of the year.
Name This property is required. string
Name of the month of the year.
name This property is required. String
Name of the month of the year.
name This property is required. string
Name of the month of the year.
name This property is required. str
Name of the month of the year.
name This property is required. String
Name of the month of the year.

GetAutonomousVmClusterMaintenanceWindowDetail

CustomActionTimeoutInMins This property is required. int
DaysOfWeeks This property is required. List<GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek>
Days during the week when maintenance should be performed.
HoursOfDays This property is required. List<int>
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
IsCustomActionTimeoutEnabled This property is required. bool
IsMonthlyPatchingEnabled This property is required. bool
LeadTimeInWeeks This property is required. int
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
Months This property is required. List<GetAutonomousVmClusterMaintenanceWindowDetailMonth>
Months during the year when maintenance should be performed.
PatchingMode This property is required. string
Preference This property is required. string
The maintenance window scheduling preference.
SkipRus This property is required. List<bool>
WeeksOfMonths This property is required. List<int>
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
CustomActionTimeoutInMins This property is required. int
DaysOfWeeks This property is required. []GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek
Days during the week when maintenance should be performed.
HoursOfDays This property is required. []int
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
IsCustomActionTimeoutEnabled This property is required. bool
IsMonthlyPatchingEnabled This property is required. bool
LeadTimeInWeeks This property is required. int
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
Months This property is required. []GetAutonomousVmClusterMaintenanceWindowDetailMonth
Months during the year when maintenance should be performed.
PatchingMode This property is required. string
Preference This property is required. string
The maintenance window scheduling preference.
SkipRus This property is required. []bool
WeeksOfMonths This property is required. []int
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
customActionTimeoutInMins This property is required. Integer
daysOfWeeks This property is required. List<GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek>
Days during the week when maintenance should be performed.
hoursOfDays This property is required. List<Integer>
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled This property is required. Boolean
isMonthlyPatchingEnabled This property is required. Boolean
leadTimeInWeeks This property is required. Integer
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
months This property is required. List<GetAutonomousVmClusterMaintenanceWindowDetailMonth>
Months during the year when maintenance should be performed.
patchingMode This property is required. String
preference This property is required. String
The maintenance window scheduling preference.
skipRus This property is required. List<Boolean>
weeksOfMonths This property is required. List<Integer>
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
customActionTimeoutInMins This property is required. number
daysOfWeeks This property is required. GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek[]
Days during the week when maintenance should be performed.
hoursOfDays This property is required. number[]
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled This property is required. boolean
isMonthlyPatchingEnabled This property is required. boolean
leadTimeInWeeks This property is required. number
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
months This property is required. GetAutonomousVmClusterMaintenanceWindowDetailMonth[]
Months during the year when maintenance should be performed.
patchingMode This property is required. string
preference This property is required. string
The maintenance window scheduling preference.
skipRus This property is required. boolean[]
weeksOfMonths This property is required. number[]
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
custom_action_timeout_in_mins This property is required. int
days_of_weeks This property is required. Sequence[database.GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek]
Days during the week when maintenance should be performed.
hours_of_days This property is required. Sequence[int]
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
is_custom_action_timeout_enabled This property is required. bool
is_monthly_patching_enabled This property is required. bool
lead_time_in_weeks This property is required. int
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
months This property is required. Sequence[database.GetAutonomousVmClusterMaintenanceWindowDetailMonth]
Months during the year when maintenance should be performed.
patching_mode This property is required. str
preference This property is required. str
The maintenance window scheduling preference.
skip_rus This property is required. Sequence[bool]
weeks_of_months This property is required. Sequence[int]
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
customActionTimeoutInMins This property is required. Number
daysOfWeeks This property is required. List<Property Map>
Days during the week when maintenance should be performed.
hoursOfDays This property is required. List<Number>
The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are

  • 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
isCustomActionTimeoutEnabled This property is required. Boolean
isMonthlyPatchingEnabled This property is required. Boolean
leadTimeInWeeks This property is required. Number
Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
months This property is required. List<Property Map>
Months during the year when maintenance should be performed.
patchingMode This property is required. String
preference This property is required. String
The maintenance window scheduling preference.
skipRus This property is required. List<Boolean>
weeksOfMonths This property is required. List<Number>
Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.

GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeek

Name This property is required. string
Name of the month of the year.
Name This property is required. string
Name of the month of the year.
name This property is required. String
Name of the month of the year.
name This property is required. string
Name of the month of the year.
name This property is required. str
Name of the month of the year.
name This property is required. String
Name of the month of the year.

GetAutonomousVmClusterMaintenanceWindowDetailMonth

Name This property is required. string
Name of the month of the year.
Name This property is required. string
Name of the month of the year.
name This property is required. String
Name of the month of the year.
name This property is required. string
Name of the month of the year.
name This property is required. str
Name of the month of the year.
name This property is required. String
Name of the month of the year.

GetAutonomousVmClusterMaintenanceWindowMonth

Name This property is required. string
Name of the month of the year.
Name This property is required. string
Name of the month of the year.
name This property is required. String
Name of the month of the year.
name This property is required. string
Name of the month of the year.
name This property is required. str
Name of the month of the year.
name This property is required. String
Name of the month of the year.

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.29.0 published on Wednesday, Apr 9, 2025 by Pulumi