1. Packages
  2. AWS
  3. API Docs
  4. odb
  5. getCloudVmCluster
AWS v7.8.0 published on Tuesday, Oct 7, 2025 by Pulumi

aws.odb.getCloudVmCluster

Deploy with Pulumi
aws logo
AWS v7.8.0 published on Tuesday, Oct 7, 2025 by Pulumi

    Data source for cloud vm cluster in AWS for Oracle Database@AWS.

    You can find out more about Oracle Database@AWS from User Guide.

    Example Usage

    Basic Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as aws from "@pulumi/aws";
    
    const example = aws.odb.getCloudVmCluster({
        id: "example-id",
    });
    
    import pulumi
    import pulumi_aws as aws
    
    example = aws.odb.get_cloud_vm_cluster(id="example-id")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-aws/sdk/v7/go/aws/odb"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := odb.LookupCloudVmCluster(ctx, &odb.LookupCloudVmClusterArgs{
    			Id: "example-id",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Aws = Pulumi.Aws;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Aws.Odb.GetCloudVmCluster.Invoke(new()
        {
            Id = "example-id",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.aws.odb.OdbFunctions;
    import com.pulumi.aws.odb.inputs.GetCloudVmClusterArgs;
    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 example = OdbFunctions.getCloudVmCluster(GetCloudVmClusterArgs.builder()
                .id("example-id")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: aws:odb:getCloudVmCluster
          arguments:
            id: example-id
    

    Using getCloudVmCluster

    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 getCloudVmCluster(args: GetCloudVmClusterArgs, opts?: InvokeOptions): Promise<GetCloudVmClusterResult>
    function getCloudVmClusterOutput(args: GetCloudVmClusterOutputArgs, opts?: InvokeOptions): Output<GetCloudVmClusterResult>
    def get_cloud_vm_cluster(id: Optional[str] = None,
                             region: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetCloudVmClusterResult
    def get_cloud_vm_cluster_output(id: Optional[pulumi.Input[str]] = None,
                             region: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetCloudVmClusterResult]
    func LookupCloudVmCluster(ctx *Context, args *LookupCloudVmClusterArgs, opts ...InvokeOption) (*LookupCloudVmClusterResult, error)
    func LookupCloudVmClusterOutput(ctx *Context, args *LookupCloudVmClusterOutputArgs, opts ...InvokeOption) LookupCloudVmClusterResultOutput

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

    public static class GetCloudVmCluster 
    {
        public static Task<GetCloudVmClusterResult> InvokeAsync(GetCloudVmClusterArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudVmClusterResult> Invoke(GetCloudVmClusterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudVmClusterResult> getCloudVmCluster(GetCloudVmClusterArgs args, InvokeOptions options)
    public static Output<GetCloudVmClusterResult> getCloudVmCluster(GetCloudVmClusterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws:odb/getCloudVmCluster:getCloudVmCluster
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string

    The unique identifier of the cloud vm cluster.

    The following arguments are optional:

    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    Id string

    The unique identifier of the cloud vm cluster.

    The following arguments are optional:

    Region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id String

    The unique identifier of the cloud vm cluster.

    The following arguments are optional:

    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id string

    The unique identifier of the cloud vm cluster.

    The following arguments are optional:

    region string
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id str

    The unique identifier of the cloud vm cluster.

    The following arguments are optional:

    region str
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.
    id String

    The unique identifier of the cloud vm cluster.

    The following arguments are optional:

    region String
    Region where this resource will be managed. Defaults to the Region set in the provider configuration.

    getCloudVmCluster Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) for the cloud vm cluster.
    CloudExadataInfrastructureId string
    The ID of the Cloud Exadata Infrastructure.
    ClusterName string
    The name of the Grid Infrastructure (GI) 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.
    CpuCoreCount int
    The number of CPU cores enabled on the VM cluster.
    CreatedAt string
    The time when the VM cluster was created.
    DataCollectionOptions List<GetCloudVmClusterDataCollectionOption>
    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.
    DiskRedundancy string
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    DisplayName string
    The display name of the VM cluster.
    Domain string
    The domain name of the VM cluster.
    GiVersion string
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    HostnamePrefixComputed string
    The computed hostname prefix for the VM cluster.
    Id string
    IormConfigCaches List<GetCloudVmClusterIormConfigCach>
    The ExadataIormConfig cache details 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.
    LastUpdateHistoryEntryId string
    The Oracle Cloud ID (OCID) of the last maintenance update history entry.
    LicenseModel string
    The Oracle license model applied to the VM cluster.
    ListenerPort int
    The port number configured for the listener on the VM cluster.
    MemorySizeInGbs int
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    NodeCount int
    The number of nodes in the VM cluster.
    OciResourceAnchorName string
    The name of the OCI Resource Anchor.
    OciUrl string
    The HTTPS link to the VM cluster in OCI.
    Ocid string
    The OCID of the VM cluster.
    OdbNetworkId string
    The ID of the ODB network.
    PercentProgress double
    The amount of progress made on the current operation on the VM cluster, expressed as a percentage.
    Region string
    ScanDnsName string
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    ScanDnsRecordId string
    The OCID of the DNS record for the 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.
    SshPublicKeys List<string>
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    Status string
    The status of the VM cluster.
    StatusReason string
    Additional information about the status of the VM cluster.
    StorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    SystemVersion string
    The operating system version of the image chosen for the VM cluster.
    Tags Dictionary<string, string>
    Timezone string
    The time zone of 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.
    Arn string
    The Amazon Resource Name (ARN) for the cloud vm cluster.
    CloudExadataInfrastructureId string
    The ID of the Cloud Exadata Infrastructure.
    ClusterName string
    The name of the Grid Infrastructure (GI) 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.
    CpuCoreCount int
    The number of CPU cores enabled on the VM cluster.
    CreatedAt string
    The time when the VM cluster was created.
    DataCollectionOptions []GetCloudVmClusterDataCollectionOption
    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.
    DiskRedundancy string
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    DisplayName string
    The display name of the VM cluster.
    Domain string
    The domain name of the VM cluster.
    GiVersion string
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    HostnamePrefixComputed string
    The computed hostname prefix for the VM cluster.
    Id string
    IormConfigCaches []GetCloudVmClusterIormConfigCach
    The ExadataIormConfig cache details 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.
    LastUpdateHistoryEntryId string
    The Oracle Cloud ID (OCID) of the last maintenance update history entry.
    LicenseModel string
    The Oracle license model applied to the VM cluster.
    ListenerPort int
    The port number configured for the listener on the VM cluster.
    MemorySizeInGbs int
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    NodeCount int
    The number of nodes in the VM cluster.
    OciResourceAnchorName string
    The name of the OCI Resource Anchor.
    OciUrl string
    The HTTPS link to the VM cluster in OCI.
    Ocid string
    The OCID of the VM cluster.
    OdbNetworkId string
    The ID of the ODB network.
    PercentProgress float64
    The amount of progress made on the current operation on the VM cluster, expressed as a percentage.
    Region string
    ScanDnsName string
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    ScanDnsRecordId string
    The OCID of the DNS record for the 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.
    SshPublicKeys []string
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    Status string
    The status of the VM cluster.
    StatusReason string
    Additional information about the status of the VM cluster.
    StorageSizeInGbs int
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    SystemVersion string
    The operating system version of the image chosen for the VM cluster.
    Tags map[string]string
    Timezone string
    The time zone of 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.
    arn String
    The Amazon Resource Name (ARN) for the cloud vm cluster.
    cloudExadataInfrastructureId String
    The ID of the Cloud Exadata Infrastructure.
    clusterName String
    The name of the Grid Infrastructure (GI) 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.
    cpuCoreCount Integer
    The number of CPU cores enabled on the VM cluster.
    createdAt String
    The time when the VM cluster was created.
    dataCollectionOptions List<GetCloudVmClusterDataCollectionOption>
    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.
    diskRedundancy String
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    displayName String
    The display name of the VM cluster.
    domain String
    The domain name of the VM cluster.
    giVersion String
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    hostnamePrefixComputed String
    The computed hostname prefix for the VM cluster.
    id String
    iormConfigCaches List<GetCloudVmClusterIormConfigCach>
    The ExadataIormConfig cache details 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.
    lastUpdateHistoryEntryId String
    The Oracle Cloud ID (OCID) of the last maintenance update history entry.
    licenseModel String
    The Oracle license model applied to the VM cluster.
    listenerPort Integer
    The port number configured for the listener on the VM cluster.
    memorySizeInGbs Integer
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    nodeCount Integer
    The number of nodes in the VM cluster.
    ociResourceAnchorName String
    The name of the OCI Resource Anchor.
    ociUrl String
    The HTTPS link to the VM cluster in OCI.
    ocid String
    The OCID of the VM cluster.
    odbNetworkId String
    The ID of the ODB network.
    percentProgress Double
    The amount of progress made on the current operation on the VM cluster, expressed as a percentage.
    region String
    scanDnsName String
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scanDnsRecordId String
    The OCID of the DNS record for the 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.
    sshPublicKeys List<String>
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    status String
    The status of the VM cluster.
    statusReason String
    Additional information about the status of the VM cluster.
    storageSizeInGbs Integer
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    systemVersion String
    The operating system version of the image chosen for the VM cluster.
    tags Map<String,String>
    timezone String
    The time zone of 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.
    arn string
    The Amazon Resource Name (ARN) for the cloud vm cluster.
    cloudExadataInfrastructureId string
    The ID of the Cloud Exadata Infrastructure.
    clusterName string
    The name of the Grid Infrastructure (GI) 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.
    cpuCoreCount number
    The number of CPU cores enabled on the VM cluster.
    createdAt string
    The time when the VM cluster was created.
    dataCollectionOptions GetCloudVmClusterDataCollectionOption[]
    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.
    diskRedundancy string
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    displayName string
    The display name of the VM cluster.
    domain string
    The domain name of the VM cluster.
    giVersion string
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    hostnamePrefixComputed string
    The computed hostname prefix for the VM cluster.
    id string
    iormConfigCaches GetCloudVmClusterIormConfigCach[]
    The ExadataIormConfig cache details 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.
    lastUpdateHistoryEntryId string
    The Oracle Cloud ID (OCID) of the last maintenance update history entry.
    licenseModel string
    The Oracle license model applied to the VM cluster.
    listenerPort number
    The port number configured for the listener on the VM cluster.
    memorySizeInGbs number
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    nodeCount number
    The number of nodes in the VM cluster.
    ociResourceAnchorName string
    The name of the OCI Resource Anchor.
    ociUrl string
    The HTTPS link to the VM cluster in OCI.
    ocid string
    The OCID of the VM cluster.
    odbNetworkId string
    The ID of the ODB network.
    percentProgress number
    The amount of progress made on the current operation on the VM cluster, expressed as a percentage.
    region string
    scanDnsName string
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scanDnsRecordId string
    The OCID of the DNS record for the 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.
    sshPublicKeys string[]
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    status string
    The status of the VM cluster.
    statusReason string
    Additional information about the status of the VM cluster.
    storageSizeInGbs number
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    systemVersion string
    The operating system version of the image chosen for the VM cluster.
    tags {[key: string]: string}
    timezone string
    The time zone of 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.
    arn str
    The Amazon Resource Name (ARN) for the cloud vm cluster.
    cloud_exadata_infrastructure_id str
    The ID of the Cloud Exadata Infrastructure.
    cluster_name str
    The name of the Grid Infrastructure (GI) 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.
    cpu_core_count int
    The number of CPU cores enabled on the VM cluster.
    created_at str
    The time when the VM cluster was created.
    data_collection_options Sequence[GetCloudVmClusterDataCollectionOption]
    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.
    disk_redundancy str
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    display_name str
    The display name of the VM cluster.
    domain str
    The domain name of the VM cluster.
    gi_version str
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    hostname_prefix_computed str
    The computed hostname prefix for the VM cluster.
    id str
    iorm_config_caches Sequence[GetCloudVmClusterIormConfigCach]
    The ExadataIormConfig cache details 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_disk_group_enabled bool
    Indicates whether the VM cluster is configured with a sparse disk group.
    last_update_history_entry_id str
    The Oracle Cloud ID (OCID) of the last maintenance update history entry.
    license_model str
    The Oracle license model applied to the VM cluster.
    listener_port int
    The port number configured for the listener on the VM cluster.
    memory_size_in_gbs int
    The amount of memory, in gigabytes (GB), that's allocated for 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.
    oci_url str
    The HTTPS link to the VM cluster in OCI.
    ocid str
    The OCID of the VM cluster.
    odb_network_id str
    The ID of the ODB network.
    percent_progress float
    The amount of progress made on the current operation on the VM cluster, expressed as a percentage.
    region str
    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_dns_record_id str
    The OCID of the DNS record for the 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.
    ssh_public_keys Sequence[str]
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    status str
    The status of the VM cluster.
    status_reason str
    Additional information about the status of the VM cluster.
    storage_size_in_gbs int
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    system_version str
    The operating system version of the image chosen for the VM cluster.
    tags Mapping[str, str]
    timezone str
    The time zone of 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.
    arn String
    The Amazon Resource Name (ARN) for the cloud vm cluster.
    cloudExadataInfrastructureId String
    The ID of the Cloud Exadata Infrastructure.
    clusterName String
    The name of the Grid Infrastructure (GI) 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.
    cpuCoreCount Number
    The number of CPU cores enabled on the VM cluster.
    createdAt String
    The time when the VM cluster was created.
    dataCollectionOptions List<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.
    diskRedundancy String
    The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
    displayName String
    The display name of the VM cluster.
    domain String
    The domain name of the VM cluster.
    giVersion String
    The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
    hostnamePrefixComputed String
    The computed hostname prefix for the VM cluster.
    id String
    iormConfigCaches List<Property Map>
    The ExadataIormConfig cache details 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.
    lastUpdateHistoryEntryId String
    The Oracle Cloud ID (OCID) of the last maintenance update history entry.
    licenseModel String
    The Oracle license model applied to the VM cluster.
    listenerPort Number
    The port number configured for the listener on the VM cluster.
    memorySizeInGbs Number
    The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
    nodeCount Number
    The number of nodes in the VM cluster.
    ociResourceAnchorName String
    The name of the OCI Resource Anchor.
    ociUrl String
    The HTTPS link to the VM cluster in OCI.
    ocid String
    The OCID of the VM cluster.
    odbNetworkId String
    The ID of the ODB network.
    percentProgress Number
    The amount of progress made on the current operation on the VM cluster, expressed as a percentage.
    region String
    scanDnsName String
    The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
    scanDnsRecordId String
    The OCID of the DNS record for the 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.
    sshPublicKeys List<String>
    The public key portion of one or more key pairs used for SSH access to the VM cluster.
    status String
    The status of the VM cluster.
    statusReason String
    Additional information about the status of the VM cluster.
    storageSizeInGbs Number
    The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
    systemVersion String
    The operating system version of the image chosen for the VM cluster.
    tags Map<String>
    timezone String
    The time zone of 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

    GetCloudVmClusterDataCollectionOption

    GetCloudVmClusterIormConfigCach

    GetCloudVmClusterIormConfigCachDbPlan

    DbName string
    FlashCacheLimit string
    Share int
    DbName string
    FlashCacheLimit string
    Share int
    dbName String
    flashCacheLimit String
    share Integer
    dbName string
    flashCacheLimit string
    share number
    dbName String
    flashCacheLimit String
    share Number

    Package Details

    Repository
    AWS Classic pulumi/pulumi-aws
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the aws Terraform Provider.
    aws logo
    AWS v7.8.0 published on Tuesday, Oct 7, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate