1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. odb
  5. CloudVmCluster

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.odb.CloudVmCluster

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    The AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster

    Create CloudVmCluster Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CloudVmCluster(name: string, args?: CloudVmClusterArgs, opts?: CustomResourceOptions);
    @overload
    def CloudVmCluster(resource_name: str,
                       args: Optional[CloudVmClusterArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def CloudVmCluster(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       cloud_exadata_infrastructure_id: Optional[str] = None,
                       cluster_name: Optional[str] = None,
                       cpu_core_count: Optional[int] = None,
                       data_collection_options: Optional[CloudVmClusterDataCollectionOptionsArgs] = None,
                       data_storage_size_in_tbs: Optional[float] = None,
                       db_node_storage_size_in_gbs: Optional[int] = None,
                       db_servers: Optional[Sequence[str]] = None,
                       display_name: Optional[str] = None,
                       gi_version: Optional[str] = None,
                       hostname: Optional[str] = None,
                       is_local_backup_enabled: Optional[bool] = None,
                       is_sparse_diskgroup_enabled: Optional[bool] = None,
                       license_model: Optional[CloudVmClusterLicenseModel] = None,
                       memory_size_in_gbs: Optional[int] = None,
                       odb_network_id: Optional[str] = None,
                       scan_listener_port_tcp: Optional[int] = None,
                       ssh_public_keys: Optional[Sequence[str]] = None,
                       system_version: Optional[str] = None,
                       tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                       time_zone: Optional[str] = None)
    func NewCloudVmCluster(ctx *Context, name string, args *CloudVmClusterArgs, opts ...ResourceOption) (*CloudVmCluster, error)
    public CloudVmCluster(string name, CloudVmClusterArgs? args = null, CustomResourceOptions? opts = null)
    public CloudVmCluster(String name, CloudVmClusterArgs args)
    public CloudVmCluster(String name, CloudVmClusterArgs args, CustomResourceOptions options)
    
    type: aws-native:odb:CloudVmCluster
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CloudVmClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CloudVmClusterArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CloudVmClusterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudVmClusterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CloudVmClusterArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    CloudVmCluster Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CloudVmCluster resource accepts the following input properties:

    CloudExadataInfrastructureId string
    The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
    ClusterName string
    The name of the Grid Infrastructure (GI) cluster.
    CpuCoreCount int
    The number of CPU cores enabled on the VM cluster.
    DataCollectionOptions Pulumi.AwsNative.Odb.Inputs.CloudVmClusterDataCollectionOptions
    The set of diagnostic collection options enabled for the VM cluster.
    DataStorageSizeInTbs double
    The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
    DbNodeStorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
    DbServers List<string>
    The list of database servers for the VM cluster.
    DisplayName string
    The user-friendly name for the VM cluster.
    GiVersion string
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    Hostname string
    The host name for the VM cluster.
    IsLocalBackupEnabled bool
    Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
    IsSparseDiskgroupEnabled bool
    Indicates whether the VM cluster is configured with a sparse disk group.
    LicenseModel Pulumi.AwsNative.Odb.CloudVmClusterLicenseModel
    The Oracle license model applied to the VM cluster.
    MemorySizeInGbs int
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    OdbNetworkId string
    The unique identifier of the ODB network for the VM cluster.
    ScanListenerPortTcp int
    Property description not available.
    SshPublicKeys List<string>
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    SystemVersion string
    The operating system version of the image chosen for the VM cluster.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags to assign to the Vm Cluster.
    TimeZone string
    The time zone of the VM cluster.
    CloudExadataInfrastructureId string
    The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
    ClusterName string
    The name of the Grid Infrastructure (GI) cluster.
    CpuCoreCount int
    The number of CPU cores enabled on the VM cluster.
    DataCollectionOptions CloudVmClusterDataCollectionOptionsArgs
    The set of diagnostic collection options enabled for the VM cluster.
    DataStorageSizeInTbs float64
    The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
    DbNodeStorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
    DbServers []string
    The list of database servers for the VM cluster.
    DisplayName string
    The user-friendly name for the VM cluster.
    GiVersion string
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    Hostname string
    The host name for the VM cluster.
    IsLocalBackupEnabled bool
    Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
    IsSparseDiskgroupEnabled bool
    Indicates whether the VM cluster is configured with a sparse disk group.
    LicenseModel CloudVmClusterLicenseModel
    The Oracle license model applied to the VM cluster.
    MemorySizeInGbs int
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    OdbNetworkId string
    The unique identifier of the ODB network for the VM cluster.
    ScanListenerPortTcp int
    Property description not available.
    SshPublicKeys []string
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    SystemVersion string
    The operating system version of the image chosen for the VM cluster.
    Tags TagArgs
    Tags to assign to the Vm Cluster.
    TimeZone string
    The time zone of the VM cluster.
    cloudExadataInfrastructureId String
    The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
    clusterName String
    The name of the Grid Infrastructure (GI) cluster.
    cpuCoreCount Integer
    The number of CPU cores enabled on the VM cluster.
    dataCollectionOptions CloudVmClusterDataCollectionOptions
    The set of diagnostic collection options enabled for the VM cluster.
    dataStorageSizeInTbs Double
    The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
    dbNodeStorageSizeInGbs Integer
    The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
    dbServers List<String>
    The list of database servers for the VM cluster.
    displayName String
    The user-friendly name for the VM cluster.
    giVersion String
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    hostname String
    The host name for the VM cluster.
    isLocalBackupEnabled Boolean
    Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
    isSparseDiskgroupEnabled Boolean
    Indicates whether the VM cluster is configured with a sparse disk group.
    licenseModel CloudVmClusterLicenseModel
    The Oracle license model applied to the VM cluster.
    memorySizeInGbs Integer
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    odbNetworkId String
    The unique identifier of the ODB network for the VM cluster.
    scanListenerPortTcp Integer
    Property description not available.
    sshPublicKeys List<String>
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    systemVersion String
    The operating system version of the image chosen for the VM cluster.
    tags List<Tag>
    Tags to assign to the Vm Cluster.
    timeZone String
    The time zone of the VM cluster.
    cloudExadataInfrastructureId string
    The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
    clusterName string
    The name of the Grid Infrastructure (GI) cluster.
    cpuCoreCount number
    The number of CPU cores enabled on the VM cluster.
    dataCollectionOptions CloudVmClusterDataCollectionOptions
    The set of diagnostic collection options enabled for the VM cluster.
    dataStorageSizeInTbs number
    The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
    dbNodeStorageSizeInGbs number
    The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
    dbServers string[]
    The list of database servers for the VM cluster.
    displayName string
    The user-friendly name for the VM cluster.
    giVersion string
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    hostname string
    The host name for the VM cluster.
    isLocalBackupEnabled boolean
    Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
    isSparseDiskgroupEnabled boolean
    Indicates whether the VM cluster is configured with a sparse disk group.
    licenseModel CloudVmClusterLicenseModel
    The Oracle license model applied to the VM cluster.
    memorySizeInGbs number
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    odbNetworkId string
    The unique identifier of the ODB network for the VM cluster.
    scanListenerPortTcp number
    Property description not available.
    sshPublicKeys string[]
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    systemVersion string
    The operating system version of the image chosen for the VM cluster.
    tags Tag[]
    Tags to assign to the Vm Cluster.
    timeZone string
    The time zone of the VM cluster.
    cloud_exadata_infrastructure_id str
    The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
    cluster_name str
    The name of the Grid Infrastructure (GI) cluster.
    cpu_core_count int
    The number of CPU cores enabled on the VM cluster.
    data_collection_options CloudVmClusterDataCollectionOptionsArgs
    The set of diagnostic collection options enabled for the VM cluster.
    data_storage_size_in_tbs float
    The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
    db_node_storage_size_in_gbs int
    The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
    db_servers Sequence[str]
    The list of database servers for the VM cluster.
    display_name str
    The user-friendly name for the VM cluster.
    gi_version str
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    hostname str
    The host name for the VM cluster.
    is_local_backup_enabled bool
    Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
    is_sparse_diskgroup_enabled bool
    Indicates whether the VM cluster is configured with a sparse disk group.
    license_model CloudVmClusterLicenseModel
    The Oracle license model applied to the VM cluster.
    memory_size_in_gbs int
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    odb_network_id str
    The unique identifier of the ODB network for the VM cluster.
    scan_listener_port_tcp int
    Property description not available.
    ssh_public_keys Sequence[str]
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    system_version str
    The operating system version of the image chosen for the VM cluster.
    tags Sequence[TagArgs]
    Tags to assign to the Vm Cluster.
    time_zone str
    The time zone of the VM cluster.
    cloudExadataInfrastructureId String
    The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
    clusterName String
    The name of the Grid Infrastructure (GI) cluster.
    cpuCoreCount Number
    The number of CPU cores enabled on the VM cluster.
    dataCollectionOptions Property Map
    The set of diagnostic collection options enabled for the VM cluster.
    dataStorageSizeInTbs Number
    The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
    dbNodeStorageSizeInGbs Number
    The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
    dbServers List<String>
    The list of database servers for the VM cluster.
    displayName String
    The user-friendly name for the VM cluster.
    giVersion String
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    hostname String
    The host name for the VM cluster.
    isLocalBackupEnabled Boolean
    Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
    isSparseDiskgroupEnabled Boolean
    Indicates whether the VM cluster is configured with a sparse disk group.
    licenseModel "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED"
    The Oracle license model applied to the VM cluster.
    memorySizeInGbs Number
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    odbNetworkId String
    The unique identifier of the ODB network for the VM cluster.
    scanListenerPortTcp Number
    Property description not available.
    sshPublicKeys List<String>
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    systemVersion String
    The operating system version of the image chosen for the VM cluster.
    tags List<Property Map>
    Tags to assign to the Vm Cluster.
    timeZone String
    The time zone of the VM cluster.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CloudVmCluster resource produces the following output properties:

    CloudVmClusterArn string
    The Amazon Resource Name (ARN) of the VM cluster.
    CloudVmClusterId string
    The unique identifier of the VM cluster.
    ComputeModel string
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    DiskRedundancy string
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    Domain string
    The domain of the VM cluster.
    Id string
    The provider-assigned unique ID for this managed resource.
    ListenerPort int
    The port number configured for the listener on the VM cluster.
    NodeCount int
    The number of nodes in the VM cluster.
    OciResourceAnchorName string
    The name of the OCI resource anchor for the VM cluster.
    OciUrl string
    The HTTPS link to the VM cluster in OCI.
    Ocid string
    The OCID of the VM cluster.
    ScanDnsName string
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    ScanIpIds List<string>
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    Shape string
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    StorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    VipIds List<string>
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    CloudVmClusterArn string
    The Amazon Resource Name (ARN) of the VM cluster.
    CloudVmClusterId string
    The unique identifier of the VM cluster.
    ComputeModel string
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    DiskRedundancy string
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    Domain string
    The domain of the VM cluster.
    Id string
    The provider-assigned unique ID for this managed resource.
    ListenerPort int
    The port number configured for the listener on the VM cluster.
    NodeCount int
    The number of nodes in the VM cluster.
    OciResourceAnchorName string
    The name of the OCI resource anchor for the VM cluster.
    OciUrl string
    The HTTPS link to the VM cluster in OCI.
    Ocid string
    The OCID of the VM cluster.
    ScanDnsName string
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    ScanIpIds []string
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    Shape string
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    StorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    VipIds []string
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    cloudVmClusterArn String
    The Amazon Resource Name (ARN) of the VM cluster.
    cloudVmClusterId String
    The unique identifier of the VM cluster.
    computeModel String
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    diskRedundancy String
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    domain String
    The domain of the VM cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    listenerPort Integer
    The port number configured for the listener on the VM cluster.
    nodeCount Integer
    The number of nodes in the VM cluster.
    ociResourceAnchorName String
    The name of the OCI resource anchor for the VM cluster.
    ociUrl String
    The HTTPS link to the VM cluster in OCI.
    ocid String
    The OCID of the VM cluster.
    scanDnsName String
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scanIpIds List<String>
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    shape String
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    storageSizeInGbs Integer
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    vipIds List<String>
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    cloudVmClusterArn string
    The Amazon Resource Name (ARN) of the VM cluster.
    cloudVmClusterId string
    The unique identifier of the VM cluster.
    computeModel string
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    diskRedundancy string
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    domain string
    The domain of the VM cluster.
    id string
    The provider-assigned unique ID for this managed resource.
    listenerPort number
    The port number configured for the listener on the VM cluster.
    nodeCount number
    The number of nodes in the VM cluster.
    ociResourceAnchorName string
    The name of the OCI resource anchor for the VM cluster.
    ociUrl string
    The HTTPS link to the VM cluster in OCI.
    ocid string
    The OCID of the VM cluster.
    scanDnsName string
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scanIpIds string[]
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    shape string
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    storageSizeInGbs number
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    vipIds string[]
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    cloud_vm_cluster_arn str
    The Amazon Resource Name (ARN) of the VM cluster.
    cloud_vm_cluster_id str
    The unique identifier of the VM cluster.
    compute_model str
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    disk_redundancy str
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    domain str
    The domain of the VM cluster.
    id str
    The provider-assigned unique ID for this managed resource.
    listener_port int
    The port number configured for the listener on the VM cluster.
    node_count int
    The number of nodes in the VM cluster.
    oci_resource_anchor_name str
    The name of the OCI resource anchor for the VM cluster.
    oci_url str
    The HTTPS link to the VM cluster in OCI.
    ocid str
    The OCID of the VM cluster.
    scan_dns_name str
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scan_ip_ids Sequence[str]
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    shape str
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    storage_size_in_gbs int
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    vip_ids Sequence[str]
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
    cloudVmClusterArn String
    The Amazon Resource Name (ARN) of the VM cluster.
    cloudVmClusterId String
    The unique identifier of the VM cluster.
    computeModel String
    The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
    diskRedundancy String
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    domain String
    The domain of the VM cluster.
    id String
    The provider-assigned unique ID for this managed resource.
    listenerPort Number
    The port number configured for the listener on the VM cluster.
    nodeCount Number
    The number of nodes in the VM cluster.
    ociResourceAnchorName String
    The name of the OCI resource anchor for the VM cluster.
    ociUrl String
    The HTTPS link to the VM cluster in OCI.
    ocid String
    The OCID of the VM cluster.
    scanDnsName String
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scanIpIds List<String>
    The OCID of the SCAN IP addresses that are associated with the VM cluster.
    shape String
    The hardware model name of the Exadata infrastructure that's running the VM cluster.
    storageSizeInGbs Number
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    vipIds List<String>
    The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.

    Supporting Types

    CloudVmClusterDataCollectionOptions, CloudVmClusterDataCollectionOptionsArgs

    IsDiagnosticsEventsEnabled bool
    Indicates whether diagnostic collection is enabled for the VM cluster.
    IsHealthMonitoringEnabled bool
    Indicates whether health monitoring is enabled for the VM cluster.
    IsIncidentLogsEnabled bool
    Indicates whether incident logs are enabled for the cloud VM cluster.
    IsDiagnosticsEventsEnabled bool
    Indicates whether diagnostic collection is enabled for the VM cluster.
    IsHealthMonitoringEnabled bool
    Indicates whether health monitoring is enabled for the VM cluster.
    IsIncidentLogsEnabled bool
    Indicates whether incident logs are enabled for the cloud VM cluster.
    isDiagnosticsEventsEnabled Boolean
    Indicates whether diagnostic collection is enabled for the VM cluster.
    isHealthMonitoringEnabled Boolean
    Indicates whether health monitoring is enabled for the VM cluster.
    isIncidentLogsEnabled Boolean
    Indicates whether incident logs are enabled for the cloud VM cluster.
    isDiagnosticsEventsEnabled boolean
    Indicates whether diagnostic collection is enabled for the VM cluster.
    isHealthMonitoringEnabled boolean
    Indicates whether health monitoring is enabled for the VM cluster.
    isIncidentLogsEnabled boolean
    Indicates whether incident logs are enabled for the cloud VM cluster.
    is_diagnostics_events_enabled bool
    Indicates whether diagnostic collection is enabled for the VM cluster.
    is_health_monitoring_enabled bool
    Indicates whether health monitoring is enabled for the VM cluster.
    is_incident_logs_enabled bool
    Indicates whether incident logs are enabled for the cloud VM cluster.
    isDiagnosticsEventsEnabled Boolean
    Indicates whether diagnostic collection is enabled for the VM cluster.
    isHealthMonitoringEnabled Boolean
    Indicates whether health monitoring is enabled for the VM cluster.
    isIncidentLogsEnabled Boolean
    Indicates whether incident logs are enabled for the cloud VM cluster.

    CloudVmClusterLicenseModel, CloudVmClusterLicenseModelArgs

    BringYourOwnLicense
    BRING_YOUR_OWN_LICENSE
    LicenseIncluded
    LICENSE_INCLUDED
    CloudVmClusterLicenseModelBringYourOwnLicense
    BRING_YOUR_OWN_LICENSE
    CloudVmClusterLicenseModelLicenseIncluded
    LICENSE_INCLUDED
    BringYourOwnLicense
    BRING_YOUR_OWN_LICENSE
    LicenseIncluded
    LICENSE_INCLUDED
    BringYourOwnLicense
    BRING_YOUR_OWN_LICENSE
    LicenseIncluded
    LICENSE_INCLUDED
    BRING_YOUR_OWN_LICENSE
    BRING_YOUR_OWN_LICENSE
    LICENSE_INCLUDED
    LICENSE_INCLUDED
    "BRING_YOUR_OWN_LICENSE"
    BRING_YOUR_OWN_LICENSE
    "LICENSE_INCLUDED"
    LICENSE_INCLUDED

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi