Class CfnCloudVmClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.odb.CfnCloudVmClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudVmClusterProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudVmClusterProps
@Stability(Stable)
@Internal
public static final class CfnCloudVmClusterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCloudVmClusterProps
An implementation for
CfnCloudVmClusterProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.odb.CfnCloudVmClusterProps
CfnCloudVmClusterProps.Builder, CfnCloudVmClusterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCloudVmClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCloudVmClusterProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe unique identifier of the Exadata infrastructure that this VM cluster belongs to.final StringThe name of the Grid Infrastructure (GI) cluster.final NumberThe number of CPU cores enabled on the VM cluster.final ObjectThe set of diagnostic collection options enabled for the VM cluster.final NumberThe size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.final ObjectThe DB nodes that are implicitly created and managed as part of this VM Cluster.final NumberThe amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.The list of database servers for the VM cluster.final StringThe user-friendly name for the VM cluster.final StringThe software version of the Oracle Grid Infrastructure (GI) for the VM cluster.final StringThe host name for the VM cluster.final ObjectSpecifies whether database backups to local Exadata storage are enabled for the VM cluster.final ObjectSpecifies whether the VM cluster is configured with a sparse disk group.final StringThe Oracle license model applied to the VM cluster.final NumberThe amount of memory, in gigabytes (GB), that's allocated for the VM cluster.final StringThe unique identifier of the ODB network for the VM cluster.final NumberThe 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.final StringThe operating system version of the image chosen for the VM cluster.getTags()Tags to assign to the Vm Cluster.final StringThe time zone of the VM cluster.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCloudVmClusterProps.Builder.
-
-
Method Details
-
getCloudExadataInfrastructureId
Description copied from interface:CfnCloudVmClusterPropsThe unique identifier of the Exadata infrastructure that this VM cluster belongs to.Required when creating a VM cluster.
- Specified by:
getCloudExadataInfrastructureIdin interfaceCfnCloudVmClusterProps- See Also:
-
getClusterName
Description copied from interface:CfnCloudVmClusterPropsThe name of the Grid Infrastructure (GI) cluster.- Specified by:
getClusterNamein interfaceCfnCloudVmClusterProps- See Also:
-
getCpuCoreCount
Description copied from interface:CfnCloudVmClusterPropsThe number of CPU cores enabled on the VM cluster.Required when creating a VM cluster.
- Specified by:
getCpuCoreCountin interfaceCfnCloudVmClusterProps- See Also:
-
getDataCollectionOptions
Description copied from interface:CfnCloudVmClusterPropsThe set of diagnostic collection options enabled for the VM cluster.Returns union: either
IResolvableorCfnCloudVmCluster.DataCollectionOptionsProperty- Specified by:
getDataCollectionOptionsin interfaceCfnCloudVmClusterProps- See Also:
-
getDataStorageSizeInTBs
Description copied from interface:CfnCloudVmClusterPropsThe size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.- Specified by:
getDataStorageSizeInTBsin interfaceCfnCloudVmClusterProps- See Also:
-
getDbNodes
Description copied from interface:CfnCloudVmClusterPropsThe DB nodes that are implicitly created and managed as part of this VM Cluster.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCloudVmCluster.DbNodeProperty>- Specified by:
getDbNodesin interfaceCfnCloudVmClusterProps- See Also:
-
getDbNodeStorageSizeInGBs
Description copied from interface:CfnCloudVmClusterPropsThe amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.- Specified by:
getDbNodeStorageSizeInGBsin interfaceCfnCloudVmClusterProps- See Also:
-
getDbServers
Description copied from interface:CfnCloudVmClusterPropsThe list of database servers for the VM cluster.- Specified by:
getDbServersin interfaceCfnCloudVmClusterProps- See Also:
-
getDisplayName
Description copied from interface:CfnCloudVmClusterPropsThe user-friendly name for the VM cluster.Required when creating a VM cluster.
- Specified by:
getDisplayNamein interfaceCfnCloudVmClusterProps- See Also:
-
getGiVersion
Description copied from interface:CfnCloudVmClusterPropsThe software version of the Oracle Grid Infrastructure (GI) for the VM cluster.Required when creating a VM cluster.
- Specified by:
getGiVersionin interfaceCfnCloudVmClusterProps- See Also:
-
getHostname
Description copied from interface:CfnCloudVmClusterPropsThe host name for the VM cluster.Required when creating a VM cluster.
- Specified by:
getHostnamein interfaceCfnCloudVmClusterProps- See Also:
-
getIsLocalBackupEnabled
Description copied from interface:CfnCloudVmClusterPropsSpecifies whether database backups to local Exadata storage are enabled for the VM cluster.Returns union: either
BooleanorIResolvable- Specified by:
getIsLocalBackupEnabledin interfaceCfnCloudVmClusterProps- See Also:
-
getIsSparseDiskgroupEnabled
Description copied from interface:CfnCloudVmClusterPropsSpecifies whether the VM cluster is configured with a sparse disk group.Returns union: either
BooleanorIResolvable- Specified by:
getIsSparseDiskgroupEnabledin interfaceCfnCloudVmClusterProps- See Also:
-
getLicenseModel
Description copied from interface:CfnCloudVmClusterPropsThe Oracle license model applied to the VM cluster.- Specified by:
getLicenseModelin interfaceCfnCloudVmClusterProps- See Also:
-
getMemorySizeInGBs
Description copied from interface:CfnCloudVmClusterPropsThe amount of memory, in gigabytes (GB), that's allocated for the VM cluster.- Specified by:
getMemorySizeInGBsin interfaceCfnCloudVmClusterProps- See Also:
-
getOdbNetworkId
Description copied from interface:CfnCloudVmClusterPropsThe unique identifier of the ODB network for the VM cluster.Required when creating a VM cluster.
- Specified by:
getOdbNetworkIdin interfaceCfnCloudVmClusterProps- See Also:
-
getScanListenerPortTcp
Description copied from interface:CfnCloudVmClusterPropsThe port number for TCP connections to the single client access name (SCAN) listener.Valid values:
1024–8999with the following exceptions:2484,6100,6200,7060,7070,7085, and7879Default:
1521- Specified by:
getScanListenerPortTcpin interfaceCfnCloudVmClusterProps- See Also:
-
getSshPublicKeys
Description copied from interface:CfnCloudVmClusterPropsThe public key portion of one or more key pairs used for SSH access to the VM cluster.Required when creating a VM cluster.
- Specified by:
getSshPublicKeysin interfaceCfnCloudVmClusterProps- See Also:
-
getSystemVersion
Description copied from interface:CfnCloudVmClusterPropsThe operating system version of the image chosen for the VM cluster.- Specified by:
getSystemVersionin interfaceCfnCloudVmClusterProps- See Also:
-
getTags
Description copied from interface:CfnCloudVmClusterPropsTags to assign to the Vm Cluster.- Specified by:
getTagsin interfaceCfnCloudVmClusterProps- See Also:
-
getTimeZone
Description copied from interface:CfnCloudVmClusterPropsThe time zone of the VM cluster.- Specified by:
getTimeZonein interfaceCfnCloudVmClusterProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-