Class CfnCloudAutonomousVmClusterProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.odb.CfnCloudAutonomousVmClusterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudAutonomousVmClusterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudAutonomousVmClusterProps
@Stability(Stable)
@Internal
public static final class CfnCloudAutonomousVmClusterProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCloudAutonomousVmClusterProps
An implementation for
CfnCloudAutonomousVmClusterProps
-
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.CfnCloudAutonomousVmClusterProps
CfnCloudAutonomousVmClusterProps.Builder, CfnCloudAutonomousVmClusterProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCloudAutonomousVmClusterProps.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 Number
The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.final String
The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.final Number
The number of CPU cores enabled per node in the Autonomous VM cluster.The list of database servers associated with the Autonomous VM cluster.final String
The user-provided description of the Autonomous VM cluster.final String
The display name of the Autonomous VM cluster.final Object
Specifies whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.final String
The Oracle license model that applies to the Autonomous VM cluster.final Object
The scheduling details for the maintenance window.final Number
The amount of memory allocated per Oracle Compute Unit, in GB.final String
The unique identifier of the ODB network associated with this Autonomous VM cluster.final Number
The SCAN listener port for non-TLS (TCP) protocol.final Number
The SCAN listener port for TLS (TCP) protocol.getTags()
Tags to assign to the Autonomous Vm Cluster.final String
The time zone of the Autonomous VM cluster.final Number
The total number of Autonomous Container Databases that can be created with the allocated local storage.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 theCfnCloudAutonomousVmClusterProps.Builder
.
-
-
Method Details
-
getAutonomousDataStorageSizeInTBs
Description copied from interface:CfnCloudAutonomousVmClusterProps
The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.Required when creating an Autonomous VM cluster.
- Specified by:
getAutonomousDataStorageSizeInTBs
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getCloudExadataInfrastructureId
Description copied from interface:CfnCloudAutonomousVmClusterProps
The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.Required when creating an Autonomous VM cluster.
- Specified by:
getCloudExadataInfrastructureId
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getCpuCoreCountPerNode
Description copied from interface:CfnCloudAutonomousVmClusterProps
The number of CPU cores enabled per node in the Autonomous VM cluster.Required when creating an Autonomous VM cluster.
- Specified by:
getCpuCoreCountPerNode
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getDbServers
Description copied from interface:CfnCloudAutonomousVmClusterProps
The list of database servers associated with the Autonomous VM cluster.- Specified by:
getDbServers
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getDescription
Description copied from interface:CfnCloudAutonomousVmClusterProps
The user-provided description of the Autonomous VM cluster.- Specified by:
getDescription
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getDisplayName
Description copied from interface:CfnCloudAutonomousVmClusterProps
The display name of the Autonomous VM cluster.Required when creating an Autonomous VM cluster.
- Specified by:
getDisplayName
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getIsMtlsEnabledVmCluster
Description copied from interface:CfnCloudAutonomousVmClusterProps
Specifies whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.- Specified by:
getIsMtlsEnabledVmCluster
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getLicenseModel
Description copied from interface:CfnCloudAutonomousVmClusterProps
The Oracle license model that applies to the Autonomous VM cluster.Valid values are
LICENSE_INCLUDED
orBRING_YOUR_OWN_LICENSE
.- Specified by:
getLicenseModel
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getMaintenanceWindow
Description copied from interface:CfnCloudAutonomousVmClusterProps
The scheduling details for the maintenance window.Patching and system updates take place during the maintenance window.
- Specified by:
getMaintenanceWindow
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getMemoryPerOracleComputeUnitInGBs
Description copied from interface:CfnCloudAutonomousVmClusterProps
The amount of memory allocated per Oracle Compute Unit, in GB.Required when creating an Autonomous VM cluster.
- Specified by:
getMemoryPerOracleComputeUnitInGBs
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getOdbNetworkId
Description copied from interface:CfnCloudAutonomousVmClusterProps
The unique identifier of the ODB network associated with this Autonomous VM cluster.Required when creating an Autonomous VM cluster.
- Specified by:
getOdbNetworkId
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getScanListenerPortNonTls
Description copied from interface:CfnCloudAutonomousVmClusterProps
The SCAN listener port for non-TLS (TCP) protocol.The default is 1521.
- Specified by:
getScanListenerPortNonTls
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getScanListenerPortTls
Description copied from interface:CfnCloudAutonomousVmClusterProps
The SCAN listener port for TLS (TCP) protocol.The default is 2484.
- Specified by:
getScanListenerPortTls
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getTags
Description copied from interface:CfnCloudAutonomousVmClusterProps
Tags to assign to the Autonomous Vm Cluster.- Specified by:
getTags
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getTimeZone
Description copied from interface:CfnCloudAutonomousVmClusterProps
The time zone of the Autonomous VM cluster.- Specified by:
getTimeZone
in interfaceCfnCloudAutonomousVmClusterProps
- See Also:
-
getTotalContainerDatabases
Description copied from interface:CfnCloudAutonomousVmClusterProps
The total number of Autonomous Container Databases that can be created with the allocated local storage.Required when creating an Autonomous VM cluster.
- Specified by:
getTotalContainerDatabases
in interfaceCfnCloudAutonomousVmClusterProps
- 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()
-