Class CfnCloudVmCluster
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,ICloudVmClusterRef,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
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)
.dbNodes(List.of(DbNodeProperty.builder()
.dbServerId("dbServerId")
// the properties below are optional
.backupIpId("backupIpId")
.backupVnic2Id("backupVnic2Id")
.cpuCoreCount(123)
.dbNodeArn("dbNodeArn")
.dbNodeId("dbNodeId")
.dbNodeStorageSizeInGBs(123)
.dbSystemId("dbSystemId")
.hostIpId("hostIpId")
.hostname("hostname")
.memorySizeInGBs(123)
.ocid("ocid")
.status("status")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.vnic2Id("vnic2Id")
.vnicId("vnicId")
.build()))
.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 classA fluent builder forCfnCloudVmCluster.static interfaceInformation about the data collection options enabled for a VM cluster.static interfaceInformation about a DB node.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.odb.ICloudVmClusterRef
ICloudVmClusterRef.Jsii$Default, ICloudVmClusterRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnCloudVmCluster(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnCloudVmCluster(software.amazon.jsii.JsiiObjectRef objRef) CfnCloudVmCluster(software.constructs.Construct scope, String id) Create a newAWS::ODB::CloudVmCluster.CfnCloudVmCluster(software.constructs.Construct scope, String id, CfnCloudVmClusterProps props) Create a newAWS::ODB::CloudVmCluster. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForCloudVmCluster(ICloudVmClusterRef resource) The 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.A reference to a CloudVmCluster resource.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 DB nodes that are implicitly created and managed as part of this 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.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnCloudVmCluster.renderProperties(Map<String, Object> props) voidThe unique identifier of the Exadata infrastructure that this VM cluster belongs to.voidsetClusterName(String value) The name of the Grid Infrastructure (GI) cluster.voidsetCpuCoreCount(Number value) The number of CPU cores enabled on the VM cluster.voidThe set of diagnostic collection options enabled for the VM cluster.voidThe set of diagnostic collection options enabled for the VM cluster.voidsetDataStorageSizeInTBs(Number value) The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.voidsetDbNodes(List<Object> value) The DB nodes that are implicitly created and managed as part of this VM Cluster.voidsetDbNodes(IResolvable value) The DB nodes that are implicitly created and managed as part of this VM Cluster.voidsetDbNodeStorageSizeInGBs(Number value) The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.voidsetDbServers(List<String> value) The list of database servers for the VM cluster.voidsetDisplayName(String value) The user-friendly name for the VM cluster.voidsetGiVersion(String value) The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.voidsetHostname(String value) The host name for the VM cluster.voidsetIsLocalBackupEnabled(Boolean value) Specifies whether database backups to local Exadata storage are enabled for the VM cluster.voidSpecifies whether database backups to local Exadata storage are enabled for the VM cluster.voidSpecifies whether the VM cluster is configured with a sparse disk group.voidSpecifies whether the VM cluster is configured with a sparse disk group.voidsetLicenseModel(String value) The Oracle license model applied to the VM cluster.voidsetMemorySizeInGBs(Number value) The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.voidsetOdbNetworkId(String value) The unique identifier of the ODB network for the VM cluster.voidsetScanListenerPortTcp(Number value) The port number for TCP connections to the single client access name (SCAN) listener.voidsetSshPublicKeys(List<String> value) The public key portion of one or more key pairs used for SSH access to the VM cluster.voidsetSystemVersion(String value) The operating system version of the image chosen for the VM cluster.voidTags to assign to the Vm Cluster.voidsetTimeZone(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, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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) Create a newAWS::ODB::CloudVmCluster.- 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) Create a newAWS::ODB::CloudVmCluster.- 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
-
arnForCloudVmCluster
@Stability(Stable) @NotNull public static String arnForCloudVmCluster(@NotNull ICloudVmClusterRef resource) - Parameters:
resource- This parameter is required.
-
isCfnCloudVmCluster
Checks whether the given object is a CfnCloudVmCluster.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin 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:
renderPropertiesin 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.NORMALis 2-way redundancy.HIGHis 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:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCloudVmClusterRef
A reference to a CloudVmCluster resource.- Specified by:
getCloudVmClusterRefin interfaceICloudVmClusterRef
-
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.Returns union: either
IResolvableorCfnCloudVmCluster.DataCollectionOptionsProperty -
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. -
getDbNodes
The DB nodes that are implicitly created and managed as part of this VM Cluster.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCloudVmCluster.DbNodeProperty> -
setDbNodes
The DB nodes that are implicitly created and managed as part of this VM Cluster. -
setDbNodes
The DB nodes that are implicitly created and managed as part of this 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.Returns union: either
BooleanorIResolvable -
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.Returns union: either
BooleanorIResolvable -
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.
-