Class CfnCloudExadataInfrastructureMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCloudExadataInfrastructureMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCloudExadataInfrastructureMixinProps
CfnCloudExadataInfrastructureMixinProps-
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.cfnpropertymixins.services.odb.CfnCloudExadataInfrastructureMixinProps
CfnCloudExadataInfrastructureMixinProps.Builder, CfnCloudExadataInfrastructureMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCloudExadataInfrastructureMixinProps.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 theCfnCloudExadataInfrastructureMixinProps.Builder.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe 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 interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getAvailabilityZoneId
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe 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 interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getComputeCount
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe number of database servers for the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getComputeCountin interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getCustomerContactsToSendToOci
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCloudExadataInfrastructurePropsMixin.CustomerContactProperty>- Specified by:
getCustomerContactsToSendToOciin interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getDatabaseServerType
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe database server model type of the Exadata infrastructure.For the list of valid model names, use the
ListDbSystemShapesoperation.- Specified by:
getDatabaseServerTypein interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe user-friendly name for the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getDisplayNamein interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getMaintenanceWindow
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe scheduling details for the maintenance window.Patching and system updates take place during the maintenance window.
Returns union: either
IResolvableorCfnCloudExadataInfrastructurePropsMixin.MaintenanceWindowProperty- Specified by:
getMaintenanceWindowin interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getShape
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe model name of the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getShapein interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getStorageCount
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe number of storage servers that are activated for the Exadata infrastructure.Required when creating an Exadata infrastructure.
- Specified by:
getStorageCountin interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getStorageServerType
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsThe storage server model type of the Exadata infrastructure.For the list of valid model names, use the
ListDbSystemShapesoperation.- Specified by:
getStorageServerTypein interfaceCfnCloudExadataInfrastructureMixinProps- See Also:
-
getTags
Description copied from interface:CfnCloudExadataInfrastructureMixinPropsTags to assign to the Exadata Infrastructure.- Specified by:
getTagsin interfaceCfnCloudExadataInfrastructureMixinProps- 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()
-