Class CfnSubnetCidrBlockMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSubnetCidrBlockMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSubnetCidrBlockMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSubnetCidrBlockMixinProps
@Stability(Stable)
@Internal
public static final class CfnSubnetCidrBlockMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSubnetCidrBlockMixinProps
An implementation for
CfnSubnetCidrBlockMixinProps-
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.ec2.CfnSubnetCidrBlockMixinProps
CfnSubnetCidrBlockMixinProps.Builder, CfnSubnetCidrBlockMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSubnetCidrBlockMixinProps.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 IPv6 network range for the subnet, in CIDR notation.final StringAn IPv6 IPAM pool ID for the subnet.final NumberAn IPv6 netmask length for the subnet.final ObjectThe ID of the subnet.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 theCfnSubnetCidrBlockMixinProps.Builder.
-
-
Method Details
-
getIpv6CidrBlock
Description copied from interface:CfnSubnetCidrBlockMixinPropsThe IPv6 network range for the subnet, in CIDR notation.- Specified by:
getIpv6CidrBlockin interfaceCfnSubnetCidrBlockMixinProps- See Also:
-
getIpv6IpamPoolId
Description copied from interface:CfnSubnetCidrBlockMixinPropsAn IPv6 IPAM pool ID for the subnet.- Specified by:
getIpv6IpamPoolIdin interfaceCfnSubnetCidrBlockMixinProps- See Also:
-
getIpv6NetmaskLength
Description copied from interface:CfnSubnetCidrBlockMixinPropsAn IPv6 netmask length for the subnet.- Specified by:
getIpv6NetmaskLengthin interfaceCfnSubnetCidrBlockMixinProps- See Also:
-
getSubnetId
Description copied from interface:CfnSubnetCidrBlockMixinPropsThe ID of the subnet.Returns union: either
StringorISubnetRef- Specified by:
getSubnetIdin interfaceCfnSubnetCidrBlockMixinProps- 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()
-