Class CfnCloudExadataInfrastructureProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudExadataInfrastructureProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudExadataInfrastructureProps
CfnCloudExadataInfrastructureProps-
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.CfnCloudExadataInfrastructureProps
CfnCloudExadataInfrastructureProps.Builder, CfnCloudExadataInfrastructureProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCloudExadataInfrastructureProps.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 name of the Availability Zone (AZ) where the Exadata infrastructure is located.final StringThe AZ ID of the AZ where the Exadata infrastructure is located.final NumberThe number of database servers for the Exadata infrastructure.final ObjectThe email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.final StringThe database server model type of the Exadata infrastructure.final StringThe user-friendly name for the Exadata infrastructure.final ObjectThe scheduling details for the maintenance window.final StringgetShape()The model name of the Exadata infrastructure.final NumberThe number of storage servers that are activated for the Exadata infrastructure.final StringThe storage server model type of the Exadata infrastructure.getTags()Tags to assign to the Exadata Infrastructure.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 theCfnCloudExadataInfrastructureProps.Builder.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnCloudExadataInfrastructurePropsThe 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:
getAvailabilityZonein interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getAvailabilityZoneId
Description copied from interface:CfnCloudExadataInfrastructurePropsThe 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:
getAvailabilityZoneIdin interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getComputeCount
Description copied from interface:CfnCloudExadataInfrastructurePropsThe number of database servers for the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getComputeCountin interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getCustomerContactsToSendToOci
Description copied from interface:CfnCloudExadataInfrastructurePropsThe email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCloudExadataInfrastructure.CustomerContactProperty>- Specified by:
getCustomerContactsToSendToOciin interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getDatabaseServerType
Description copied from interface:CfnCloudExadataInfrastructurePropsThe database server model type of the Exadata infrastructure.For the list of valid model names, use the
ListDbSystemShapesoperation.- Specified by:
getDatabaseServerTypein interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getDisplayName
Description copied from interface:CfnCloudExadataInfrastructurePropsThe user-friendly name for the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getDisplayNamein interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getMaintenanceWindow
Description copied from interface:CfnCloudExadataInfrastructurePropsThe scheduling details for the maintenance window.Patching and system updates take place during the maintenance window.
Returns union: either
IResolvableorCfnCloudExadataInfrastructure.MaintenanceWindowProperty- Specified by:
getMaintenanceWindowin interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getShape
Description copied from interface:CfnCloudExadataInfrastructurePropsThe model name of the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getShapein interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getStorageCount
Description copied from interface:CfnCloudExadataInfrastructurePropsThe number of storage servers that are activated for the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getStorageCountin interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getStorageServerType
Description copied from interface:CfnCloudExadataInfrastructurePropsThe storage server model type of the Exadata infrastructure.For the list of valid model names, use the
ListDbSystemShapesoperation.- Specified by:
getStorageServerTypein interfaceCfnCloudExadataInfrastructureProps- See Also:
-
getTags
Description copied from interface:CfnCloudExadataInfrastructurePropsTags to assign to the Exadata Infrastructure.- Specified by:
getTagsin interfaceCfnCloudExadataInfrastructureProps- 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()
-