Class CfnOdbNetworkProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.odb.CfnOdbNetworkProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOdbNetworkProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOdbNetworkProps
@Stability(Stable)
@Internal
public static final class CfnOdbNetworkProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOdbNetworkProps
An implementation for
CfnOdbNetworkProps-
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.CfnOdbNetworkProps
CfnOdbNetworkProps.Builder, CfnOdbNetworkProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnOdbNetworkProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOdbNetworkProps.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 Availability Zone (AZ) where the ODB network is located.final StringThe AZ ID of the AZ where the ODB network is located.final StringThe CIDR range of the backup subnet in the ODB network.final StringThe CIDR range of the client subnet in the ODB network.final StringThe domain name for the resources in the ODB network.final StringThe DNS prefix to the default DNS domain name.final ObjectSpecifies whether to delete associated OCI networking resources along with the ODB network.final StringThe user-friendly name of the ODB network.final StringThe configuration for Amazon S3 access from the ODB network.final StringSpecifies the endpoint policy for Amazon S3 access from the ODB network.getTags()Tags to assign to the Odb Network.final StringThe configuration for Zero-ETL access from the ODB network.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 theCfnOdbNetworkProps.Builder.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnOdbNetworkPropsThe Availability Zone (AZ) where the ODB network is located.Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
- Specified by:
getAvailabilityZonein interfaceCfnOdbNetworkProps- See Also:
-
getAvailabilityZoneId
Description copied from interface:CfnOdbNetworkPropsThe AZ ID of the AZ where the ODB network is located.Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
- Specified by:
getAvailabilityZoneIdin interfaceCfnOdbNetworkProps- See Also:
-
getBackupSubnetCidr
Description copied from interface:CfnOdbNetworkPropsThe CIDR range of the backup subnet in the ODB network.- Specified by:
getBackupSubnetCidrin interfaceCfnOdbNetworkProps- See Also:
-
getClientSubnetCidr
Description copied from interface:CfnOdbNetworkPropsThe CIDR range of the client subnet in the ODB network.Required when creating an ODB network.
- Specified by:
getClientSubnetCidrin interfaceCfnOdbNetworkProps- See Also:
-
getCustomDomainName
Description copied from interface:CfnOdbNetworkPropsThe domain name for the resources in the ODB network.- Specified by:
getCustomDomainNamein interfaceCfnOdbNetworkProps- See Also:
-
getDefaultDnsPrefix
Description copied from interface:CfnOdbNetworkPropsThe DNS prefix to the default DNS domain name.The default DNS domain name is oraclevcn.com.
- Specified by:
getDefaultDnsPrefixin interfaceCfnOdbNetworkProps- See Also:
-
getDeleteAssociatedResources
Description copied from interface:CfnOdbNetworkPropsSpecifies whether to delete associated OCI networking resources along with the ODB network.Required when creating an ODB network.
Returns union: either
BooleanorIResolvable- Specified by:
getDeleteAssociatedResourcesin interfaceCfnOdbNetworkProps- See Also:
-
getDisplayName
Description copied from interface:CfnOdbNetworkPropsThe user-friendly name of the ODB network.Required when creating an ODB network.
- Specified by:
getDisplayNamein interfaceCfnOdbNetworkProps- See Also:
-
getS3Access
Description copied from interface:CfnOdbNetworkPropsThe configuration for Amazon S3 access from the ODB network.- Specified by:
getS3Accessin interfaceCfnOdbNetworkProps- See Also:
-
getS3PolicyDocument
Description copied from interface:CfnOdbNetworkPropsSpecifies the endpoint policy for Amazon S3 access from the ODB network.- Specified by:
getS3PolicyDocumentin interfaceCfnOdbNetworkProps- See Also:
-
getTags
Description copied from interface:CfnOdbNetworkPropsTags to assign to the Odb Network.- Specified by:
getTagsin interfaceCfnOdbNetworkProps- See Also:
-
getZeroEtlAccess
Description copied from interface:CfnOdbNetworkPropsThe configuration for Zero-ETL access from the ODB network.- Specified by:
getZeroEtlAccessin interfaceCfnOdbNetworkProps- 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()
-