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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.odb.CfnCloudVmClusterProps
CfnCloudVmClusterProps.Builder, CfnCloudVmClusterProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCloudVmClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCloudVmClusterProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The unique identifier of the Exadata infrastructure that this VM cluster belongs to.final String
The name of the Grid Infrastructure (GI) cluster.final Number
The number of CPU cores enabled on the VM cluster.final Object
The set of diagnostic collection options enabled for the VM cluster.final Number
The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.final Number
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.final String
The user-friendly name for the VM cluster.final String
The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.final String
The host name for the VM cluster.final Object
Specifies whether database backups to local Exadata storage are enabled for the VM cluster.final Object
Specifies whether the VM cluster is configured with a sparse disk group.final String
The Oracle license model applied to the VM cluster.final Number
The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.final String
The unique identifier of the ODB network for the VM cluster.final Number
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.final String
The operating system version of the image chosen for the VM cluster.getTags()
Tags to assign to the Vm Cluster.final String
The time zone of the VM cluster.final int
hashCode()
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:CfnCloudVmClusterProps
The unique identifier of the Exadata infrastructure that this VM cluster belongs to.Required when creating a VM cluster.
- Specified by:
getCloudExadataInfrastructureId
in interfaceCfnCloudVmClusterProps
- See Also:
-
getClusterName
Description copied from interface:CfnCloudVmClusterProps
The name of the Grid Infrastructure (GI) cluster.- Specified by:
getClusterName
in interfaceCfnCloudVmClusterProps
- See Also:
-
getCpuCoreCount
Description copied from interface:CfnCloudVmClusterProps
The number of CPU cores enabled on the VM cluster.Required when creating a VM cluster.
- Specified by:
getCpuCoreCount
in interfaceCfnCloudVmClusterProps
- See Also:
-
getDataCollectionOptions
Description copied from interface:CfnCloudVmClusterProps
The set of diagnostic collection options enabled for the VM cluster.- Specified by:
getDataCollectionOptions
in interfaceCfnCloudVmClusterProps
- See Also:
-
getDataStorageSizeInTBs
Description copied from interface:CfnCloudVmClusterProps
The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.- Specified by:
getDataStorageSizeInTBs
in interfaceCfnCloudVmClusterProps
- See Also:
-
getDbNodeStorageSizeInGBs
Description copied from interface:CfnCloudVmClusterProps
The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.- Specified by:
getDbNodeStorageSizeInGBs
in interfaceCfnCloudVmClusterProps
- See Also:
-
getDbServers
Description copied from interface:CfnCloudVmClusterProps
The list of database servers for the VM cluster.- Specified by:
getDbServers
in interfaceCfnCloudVmClusterProps
- See Also:
-
getDisplayName
Description copied from interface:CfnCloudVmClusterProps
The user-friendly name for the VM cluster.Required when creating a VM cluster.
- Specified by:
getDisplayName
in interfaceCfnCloudVmClusterProps
- See Also:
-
getGiVersion
Description copied from interface:CfnCloudVmClusterProps
The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.Required when creating a VM cluster.
- Specified by:
getGiVersion
in interfaceCfnCloudVmClusterProps
- See Also:
-
getHostname
Description copied from interface:CfnCloudVmClusterProps
The host name for the VM cluster.Required when creating a VM cluster.
- Specified by:
getHostname
in interfaceCfnCloudVmClusterProps
- See Also:
-
getIsLocalBackupEnabled
Description copied from interface:CfnCloudVmClusterProps
Specifies whether database backups to local Exadata storage are enabled for the VM cluster.- Specified by:
getIsLocalBackupEnabled
in interfaceCfnCloudVmClusterProps
- See Also:
-
getIsSparseDiskgroupEnabled
Description copied from interface:CfnCloudVmClusterProps
Specifies whether the VM cluster is configured with a sparse disk group.- Specified by:
getIsSparseDiskgroupEnabled
in interfaceCfnCloudVmClusterProps
- See Also:
-
getLicenseModel
Description copied from interface:CfnCloudVmClusterProps
The Oracle license model applied to the VM cluster.- Specified by:
getLicenseModel
in interfaceCfnCloudVmClusterProps
- See Also:
-
getMemorySizeInGBs
Description copied from interface:CfnCloudVmClusterProps
The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.- Specified by:
getMemorySizeInGBs
in interfaceCfnCloudVmClusterProps
- See Also:
-
getOdbNetworkId
Description copied from interface:CfnCloudVmClusterProps
The unique identifier of the ODB network for the VM cluster.Required when creating a VM cluster.
- Specified by:
getOdbNetworkId
in interfaceCfnCloudVmClusterProps
- See Also:
-
getScanListenerPortTcp
Description copied from interface:CfnCloudVmClusterProps
The port number for TCP connections to the single client access name (SCAN) listener.Valid values:
1024–8999
with the following exceptions:2484
,6100
,6200
,7060
,7070
,7085
, and7879
Default:
1521
- Specified by:
getScanListenerPortTcp
in interfaceCfnCloudVmClusterProps
- See Also:
-
getSshPublicKeys
Description copied from interface:CfnCloudVmClusterProps
The 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:
getSshPublicKeys
in interfaceCfnCloudVmClusterProps
- See Also:
-
getSystemVersion
Description copied from interface:CfnCloudVmClusterProps
The operating system version of the image chosen for the VM cluster.- Specified by:
getSystemVersion
in interfaceCfnCloudVmClusterProps
- See Also:
-
getTags
Description copied from interface:CfnCloudVmClusterProps
Tags to assign to the Vm Cluster.- Specified by:
getTags
in interfaceCfnCloudVmClusterProps
- See Also:
-
getTimeZone
Description copied from interface:CfnCloudVmClusterProps
The time zone of the VM cluster.- Specified by:
getTimeZone
in interfaceCfnCloudVmClusterProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-