Class CfnCloudVmCluster
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.odb.CfnCloudVmCluster
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-16T11:43:19.094Z")
@Stability(Stable)
public class CfnCloudVmCluster
extends CfnResource
implements IInspectable, ITaggableV2
The
AWS::ODB::CloudVmCluster
resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database.
A VM cluster provides the compute resources for Oracle Database workloads.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.odb.*; CfnCloudVmCluster cfnCloudVmCluster = CfnCloudVmCluster.Builder.create(this, "MyCfnCloudVmCluster") .cloudExadataInfrastructureId("cloudExadataInfrastructureId") .clusterName("clusterName") .cpuCoreCount(123) .dataCollectionOptions(DataCollectionOptionsProperty.builder() .isDiagnosticsEventsEnabled(false) .isHealthMonitoringEnabled(false) .isIncidentLogsEnabled(false) .build()) .dataStorageSizeInTBs(123) .dbNodeStorageSizeInGBs(123) .dbServers(List.of("dbServers")) .displayName("displayName") .giVersion("giVersion") .hostname("hostname") .isLocalBackupEnabled(false) .isSparseDiskgroupEnabled(false) .licenseModel("licenseModel") .memorySizeInGBs(123) .odbNetworkId("odbNetworkId") .scanListenerPortTcp(123) .sshPublicKeys(List.of("sshPublicKeys")) .systemVersion("systemVersion") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .timeZone("timeZone") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A fluent builder forCfnCloudVmCluster
.static interface
Information about the data collection options enabled for a VM cluster.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnCloudVmCluster
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnCloudVmCluster
(software.amazon.jsii.JsiiObjectRef objRef) CfnCloudVmCluster
(software.constructs.Construct scope, String id) CfnCloudVmCluster
(software.constructs.Construct scope, String id, CfnCloudVmClusterProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the VM cluster.The unique identifier of the VM cluster.The OCI model compute model used when you create or clone an instance: ECPU or OCPU.The type of redundancy configured for the VM cluster.The domain of the VM cluster.The port number configured for the listener on the VM cluster.The number of nodes in the VM cluster.The OCID of the VM cluster.The name of the OCI resource anchor for the VM cluster.The HTTPS link to the VM cluster in OCI.The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.The OCID of the SCAN IP addresses that are associated with the VM cluster.The hardware model name of the Exadata infrastructure that's running the VM cluster.The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.The virtual IP (VIP) addresses that are associated with the VM cluster.Tag Manager which manages the tags for this resource.The unique identifier of the Exadata infrastructure that this VM cluster belongs to.The name of the Grid Infrastructure (GI) cluster.The number of CPU cores enabled on the VM cluster.The set of diagnostic collection options enabled for the VM cluster.The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.The list of database servers for the VM cluster.The user-friendly name for the VM cluster.The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.The host name for the VM cluster.Specifies whether database backups to local Exadata storage are enabled for the VM cluster.Specifies whether the VM cluster is configured with a sparse disk group.The Oracle license model applied to the VM cluster.The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.The unique identifier of the ODB network for the VM cluster.The port number for TCP connections to the single client access name (SCAN) listener.The public key portion of one or more key pairs used for SSH access to the VM cluster.The operating system version of the image chosen for the VM cluster.getTags()
Tags to assign to the Vm Cluster.The time zone of the VM cluster.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
The unique identifier of the Exadata infrastructure that this VM cluster belongs to.void
setClusterName
(String value) The name of the Grid Infrastructure (GI) cluster.void
setCpuCoreCount
(Number value) The number of CPU cores enabled on the VM cluster.void
The set of diagnostic collection options enabled for the VM cluster.void
The set of diagnostic collection options enabled for the VM cluster.void
setDataStorageSizeInTBs
(Number value) The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.void
setDbNodeStorageSizeInGBs
(Number value) The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.void
setDbServers
(List<String> value) The list of database servers for the VM cluster.void
setDisplayName
(String value) The user-friendly name for the VM cluster.void
setGiVersion
(String value) The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.void
setHostname
(String value) The host name for the VM cluster.void
setIsLocalBackupEnabled
(Boolean value) Specifies whether database backups to local Exadata storage are enabled for the VM cluster.void
Specifies whether database backups to local Exadata storage are enabled for the VM cluster.void
Specifies whether the VM cluster is configured with a sparse disk group.void
Specifies whether the VM cluster is configured with a sparse disk group.void
setLicenseModel
(String value) The Oracle license model applied to the VM cluster.void
setMemorySizeInGBs
(Number value) The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.void
setOdbNetworkId
(String value) The unique identifier of the ODB network for the VM cluster.void
setScanListenerPortTcp
(Number value) The port number for TCP connections to the single client access name (SCAN) listener.void
setSshPublicKeys
(List<String> value) The public key portion of one or more key pairs used for SSH access to the VM cluster.void
setSystemVersion
(String value) The operating system version of the image chosen for the VM cluster.void
Tags to assign to the Vm Cluster.void
setTimeZone
(String value) The time zone of the VM cluster.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnCloudVmCluster
protected CfnCloudVmCluster(software.amazon.jsii.JsiiObjectRef objRef) -
CfnCloudVmCluster
protected CfnCloudVmCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnCloudVmCluster
@Stability(Stable) public CfnCloudVmCluster(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnCloudVmClusterProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties.
-
CfnCloudVmCluster
@Stability(Stable) public CfnCloudVmCluster(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrCloudVmClusterArn
The Amazon Resource Name (ARN) of the VM cluster. -
getAttrCloudVmClusterId
The unique identifier of the VM cluster. -
getAttrComputeModel
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.
-
getAttrDiskRedundancy
The type of redundancy configured for the VM cluster.NORMAL
is 2-way redundancy.HIGH
is 3-way redundancy. -
getAttrDomain
The domain of the VM cluster. -
getAttrListenerPort
The port number configured for the listener on the VM cluster. -
getAttrNodeCount
The number of nodes in the VM cluster. -
getAttrOcid
The OCID of the VM cluster. -
getAttrOciResourceAnchorName
The name of the OCI resource anchor for the VM cluster. -
getAttrOciUrl
The HTTPS link to the VM cluster in OCI. -
getAttrScanDnsName
The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster. -
getAttrScanIpIds
The OCID of the SCAN IP addresses that are associated with the VM cluster. -
getAttrShape
The hardware model name of the Exadata infrastructure that's running the VM cluster. -
getAttrStorageSizeInGBs
The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster. -
getAttrVipIds
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.
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getCloudExadataInfrastructureId
The unique identifier of the Exadata infrastructure that this VM cluster belongs to. -
setCloudExadataInfrastructureId
The unique identifier of the Exadata infrastructure that this VM cluster belongs to. -
getClusterName
The name of the Grid Infrastructure (GI) cluster. -
setClusterName
The name of the Grid Infrastructure (GI) cluster. -
getCpuCoreCount
The number of CPU cores enabled on the VM cluster. -
setCpuCoreCount
The number of CPU cores enabled on the VM cluster. -
getDataCollectionOptions
The set of diagnostic collection options enabled for the VM cluster. -
setDataCollectionOptions
The set of diagnostic collection options enabled for the VM cluster. -
setDataCollectionOptions
@Stability(Stable) public void setDataCollectionOptions(@Nullable CfnCloudVmCluster.DataCollectionOptionsProperty value) The set of diagnostic collection options enabled for the VM cluster. -
getDataStorageSizeInTBs
The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster. -
setDataStorageSizeInTBs
The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster. -
getDbNodeStorageSizeInGBs
The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster. -
setDbNodeStorageSizeInGBs
The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster. -
getDbServers
The list of database servers for the VM cluster. -
setDbServers
The list of database servers for the VM cluster. -
getDisplayName
The user-friendly name for the VM cluster. -
setDisplayName
The user-friendly name for the VM cluster. -
getGiVersion
The software version of the Oracle Grid Infrastructure (GI) for the VM cluster. -
setGiVersion
The software version of the Oracle Grid Infrastructure (GI) for the VM cluster. -
getHostname
The host name for the VM cluster. -
setHostname
The host name for the VM cluster. -
getIsLocalBackupEnabled
Specifies whether database backups to local Exadata storage are enabled for the VM cluster. -
setIsLocalBackupEnabled
Specifies whether database backups to local Exadata storage are enabled for the VM cluster. -
setIsLocalBackupEnabled
Specifies whether database backups to local Exadata storage are enabled for the VM cluster. -
getIsSparseDiskgroupEnabled
Specifies whether the VM cluster is configured with a sparse disk group. -
setIsSparseDiskgroupEnabled
Specifies whether the VM cluster is configured with a sparse disk group. -
setIsSparseDiskgroupEnabled
Specifies whether the VM cluster is configured with a sparse disk group. -
getLicenseModel
The Oracle license model applied to the VM cluster. -
setLicenseModel
The Oracle license model applied to the VM cluster. -
getMemorySizeInGBs
The amount of memory, in gigabytes (GB), that's allocated for the VM cluster. -
setMemorySizeInGBs
The amount of memory, in gigabytes (GB), that's allocated for the VM cluster. -
getOdbNetworkId
The unique identifier of the ODB network for the VM cluster. -
setOdbNetworkId
The unique identifier of the ODB network for the VM cluster. -
getScanListenerPortTcp
The port number for TCP connections to the single client access name (SCAN) listener. -
setScanListenerPortTcp
The port number for TCP connections to the single client access name (SCAN) listener. -
getSshPublicKeys
The public key portion of one or more key pairs used for SSH access to the VM cluster. -
setSshPublicKeys
The public key portion of one or more key pairs used for SSH access to the VM cluster. -
getSystemVersion
The operating system version of the image chosen for the VM cluster. -
setSystemVersion
The operating system version of the image chosen for the VM cluster. -
getTags
Tags to assign to the Vm Cluster. -
setTags
Tags to assign to the Vm Cluster. -
getTimeZone
The time zone of the VM cluster. -
setTimeZone
The time zone of the VM cluster.
-