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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.odb.CfnOdbNetworkProps
CfnOdbNetworkProps.Builder, CfnOdbNetworkProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnOdbNetworkProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOdbNetworkProps.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 Availability Zone (AZ) where the ODB network is located.final String
The AZ ID of the AZ where the ODB network is located.final String
The CIDR range of the backup subnet in the ODB network.final String
The CIDR range of the client subnet in the ODB network.final String
The DNS prefix to the default DNS domain name.final Object
Specifies whether to delete associated OCI networking resources along with the ODB network.final String
The user-friendly name of the ODB network.getTags()
Tags to assign to the Odb Network.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 theCfnOdbNetworkProps.Builder
.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnOdbNetworkProps
The 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:
getAvailabilityZone
in interfaceCfnOdbNetworkProps
- See Also:
-
getAvailabilityZoneId
Description copied from interface:CfnOdbNetworkProps
The 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:
getAvailabilityZoneId
in interfaceCfnOdbNetworkProps
- See Also:
-
getBackupSubnetCidr
Description copied from interface:CfnOdbNetworkProps
The CIDR range of the backup subnet in the ODB network.- Specified by:
getBackupSubnetCidr
in interfaceCfnOdbNetworkProps
- See Also:
-
getClientSubnetCidr
Description copied from interface:CfnOdbNetworkProps
The CIDR range of the client subnet in the ODB network.Required when creating an ODB network.
- Specified by:
getClientSubnetCidr
in interfaceCfnOdbNetworkProps
- See Also:
-
getDefaultDnsPrefix
Description copied from interface:CfnOdbNetworkProps
The DNS prefix to the default DNS domain name.The default DNS domain name is oraclevcn.com.
- Specified by:
getDefaultDnsPrefix
in interfaceCfnOdbNetworkProps
- See Also:
-
getDeleteAssociatedResources
Description copied from interface:CfnOdbNetworkProps
Specifies whether to delete associated OCI networking resources along with the ODB network.Required when creating an ODB network.
- Specified by:
getDeleteAssociatedResources
in interfaceCfnOdbNetworkProps
- See Also:
-
getDisplayName
Description copied from interface:CfnOdbNetworkProps
The user-friendly name of the ODB network.Required when creating an ODB network.
- Specified by:
getDisplayName
in interfaceCfnOdbNetworkProps
- See Also:
-
getTags
Description copied from interface:CfnOdbNetworkProps
Tags to assign to the Odb Network.- Specified by:
getTags
in interfaceCfnOdbNetworkProps
- 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()
-