Class CfnCloudExadataInfrastructureProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.odb.CfnCloudExadataInfrastructureProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudExadataInfrastructureProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudExadataInfrastructureProps
@Stability(Stable)
@Internal
public static final class CfnCloudExadataInfrastructureProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCloudExadataInfrastructureProps
An implementation for
CfnCloudExadataInfrastructureProps
-
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.CfnCloudExadataInfrastructureProps
CfnCloudExadataInfrastructureProps.Builder, CfnCloudExadataInfrastructureProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCloudExadataInfrastructureProps.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 name of the Availability Zone (AZ) where the Exadata infrastructure is located.final String
The AZ ID of the AZ where the Exadata infrastructure is located.final Number
The number of database servers for the Exadata infrastructure.final Object
The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.final String
The database server model type of the Exadata infrastructure.final String
The user-friendly name for the Exadata infrastructure.final String
getShape()
The model name of the Exadata infrastructure.final Number
The number of storage servers that are activated for the Exadata infrastructure.final String
The storage server model type of the Exadata infrastructure.getTags()
Tags to assign to the Exadata Infrastructure.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 theCfnCloudExadataInfrastructureProps.Builder
.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnCloudExadataInfrastructureProps
The name of the Availability Zone (AZ) where the Exadata infrastructure is located.Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
- Specified by:
getAvailabilityZone
in interfaceCfnCloudExadataInfrastructureProps
- See Also:
-
getAvailabilityZoneId
Description copied from interface:CfnCloudExadataInfrastructureProps
The AZ ID of the AZ where the Exadata infrastructure is located.Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
- Specified by:
getAvailabilityZoneId
in interfaceCfnCloudExadataInfrastructureProps
- See Also:
-
getComputeCount
Description copied from interface:CfnCloudExadataInfrastructureProps
The number of database servers for the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getComputeCount
in interfaceCfnCloudExadataInfrastructureProps
- See Also:
-
getCustomerContactsToSendToOci
Description copied from interface:CfnCloudExadataInfrastructureProps
The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.- Specified by:
getCustomerContactsToSendToOci
in interfaceCfnCloudExadataInfrastructureProps
- See Also:
-
getDatabaseServerType
Description copied from interface:CfnCloudExadataInfrastructureProps
The database server model type of the Exadata infrastructure.For the list of valid model names, use the
ListDbSystemShapes
operation.- Specified by:
getDatabaseServerType
in interfaceCfnCloudExadataInfrastructureProps
- See Also:
-
getDisplayName
Description copied from interface:CfnCloudExadataInfrastructureProps
The user-friendly name for the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getDisplayName
in interfaceCfnCloudExadataInfrastructureProps
- See Also:
-
getShape
Description copied from interface:CfnCloudExadataInfrastructureProps
The model name of the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getShape
in interfaceCfnCloudExadataInfrastructureProps
- See Also:
-
getStorageCount
Description copied from interface:CfnCloudExadataInfrastructureProps
The number of storage servers that are activated for the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getStorageCount
in interfaceCfnCloudExadataInfrastructureProps
- See Also:
-
getStorageServerType
Description copied from interface:CfnCloudExadataInfrastructureProps
The storage server model type of the Exadata infrastructure.For the list of valid model names, use the
ListDbSystemShapes
operation.- Specified by:
getStorageServerType
in interfaceCfnCloudExadataInfrastructureProps
- See Also:
-
getTags
Description copied from interface:CfnCloudExadataInfrastructureProps
Tags to assign to the Exadata Infrastructure.- Specified by:
getTags
in interfaceCfnCloudExadataInfrastructureProps
- 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()
-