Class CfnOdbNetworkMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnOdbNetworkMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOdbNetworkMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOdbNetworkMixinProps
@Stability(Stable)
@Internal
public static final class CfnOdbNetworkMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOdbNetworkMixinProps
An implementation for
CfnOdbNetworkMixinProps-
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.CfnOdbNetworkMixinProps
CfnOdbNetworkMixinProps.Builder, CfnOdbNetworkMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOdbNetworkMixinProps.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 theCfnOdbNetworkMixinProps.Builder.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnOdbNetworkMixinPropsThe 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 interfaceCfnOdbNetworkMixinProps- See Also:
-
getAvailabilityZoneId
Description copied from interface:CfnOdbNetworkMixinPropsThe 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 interfaceCfnOdbNetworkMixinProps- See Also:
-
getBackupSubnetCidr
Description copied from interface:CfnOdbNetworkMixinPropsThe CIDR range of the backup subnet in the ODB network.- Specified by:
getBackupSubnetCidrin interfaceCfnOdbNetworkMixinProps- See Also:
-
getClientSubnetCidr
Description copied from interface:CfnOdbNetworkMixinPropsThe CIDR range of the client subnet in the ODB network.Required when creating an ODB network.
- Specified by:
getClientSubnetCidrin interfaceCfnOdbNetworkMixinProps- See Also:
-
getCustomDomainName
Description copied from interface:CfnOdbNetworkMixinPropsThe domain name for the resources in the ODB network.- Specified by:
getCustomDomainNamein interfaceCfnOdbNetworkMixinProps- See Also:
-
getDefaultDnsPrefix
Description copied from interface:CfnOdbNetworkMixinPropsThe DNS prefix to the default DNS domain name.The default DNS domain name is oraclevcn.com.
- Specified by:
getDefaultDnsPrefixin interfaceCfnOdbNetworkMixinProps- See Also:
-
getDeleteAssociatedResources
Description copied from interface:CfnOdbNetworkMixinPropsSpecifies 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 interfaceCfnOdbNetworkMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnOdbNetworkMixinPropsThe user-friendly name of the ODB network.Required when creating an ODB network.
- Specified by:
getDisplayNamein interfaceCfnOdbNetworkMixinProps- See Also:
-
getS3Access
Description copied from interface:CfnOdbNetworkMixinPropsThe configuration for Amazon S3 access from the ODB network.- Specified by:
getS3Accessin interfaceCfnOdbNetworkMixinProps- See Also:
-
getS3PolicyDocument
Description copied from interface:CfnOdbNetworkMixinPropsSpecifies the endpoint policy for Amazon S3 access from the ODB network.- Specified by:
getS3PolicyDocumentin interfaceCfnOdbNetworkMixinProps- See Also:
-
getTags
Description copied from interface:CfnOdbNetworkMixinPropsTags to assign to the Odb Network.- Specified by:
getTagsin interfaceCfnOdbNetworkMixinProps- See Also:
-
getZeroEtlAccess
Description copied from interface:CfnOdbNetworkMixinPropsThe configuration for Zero-ETL access from the ODB network.- Specified by:
getZeroEtlAccessin interfaceCfnOdbNetworkMixinProps- 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()
-