Class AllocateIpv6CidrRequest.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.AllocateIpv6CidrRequest.Jsii$Proxy
- All Implemented Interfaces:
AllocateIpv6CidrRequest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AllocateIpv6CidrRequest
@Stability(Stable)
@Internal
public static final class AllocateIpv6CidrRequest.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AllocateIpv6CidrRequest
An implementation for
AllocateIpv6CidrRequest-
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.ec2.AllocateIpv6CidrRequest
AllocateIpv6CidrRequest.Builder, AllocateIpv6CidrRequest.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAllocateIpv6CidrRequest.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 List<AllocatedSubnet> List of subnets allocated with IPv4 CIDRs.The IPv6 CIDRs to be allocated to the subnets.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 theAllocateIpv6CidrRequest.Builder.
-
-
Method Details
-
getAllocatedSubnets
Description copied from interface:AllocateIpv6CidrRequestList of subnets allocated with IPv4 CIDRs.- Specified by:
getAllocatedSubnetsin interfaceAllocateIpv6CidrRequest
-
getIpv6Cidrs
Description copied from interface:AllocateIpv6CidrRequestThe IPv6 CIDRs to be allocated to the subnets.- Specified by:
getIpv6Cidrsin interfaceAllocateIpv6CidrRequest
-
$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()
-