Class IIpv6Addresses.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.IIpv6Addresses.Jsii$Proxy
- All Implemented Interfaces:
IIpv6Addresses,IIpv6Addresses.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IIpv6Addresses
@Internal
public static final class IIpv6Addresses.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IIpv6Addresses.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
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.IIpv6Addresses
IIpv6Addresses.Jsii$Default, IIpv6Addresses.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal SubnetIpamOptionsAllocates Subnets IPv6 CIDRs.final CfnVPCCidrBlockCalled by VPC to allocate IPv6 CIDR.Split IPv6 CIDR block up for subnets.final BooleanWhether the IPv6 CIDR is Amazon provided or not.final voidsetAmazonProvided(Boolean value) Whether the IPv6 CIDR is Amazon provided or not.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getAmazonProvided
Whether the IPv6 CIDR is Amazon provided or not.Note this is specific to the IPv6 CIDR.
- Specified by:
getAmazonProvidedin interfaceIIpv6Addresses- Specified by:
getAmazonProvidedin interfaceIIpv6Addresses.Jsii$Default
-
setAmazonProvided
Whether the IPv6 CIDR is Amazon provided or not.Note this is specific to the IPv6 CIDR.
- Specified by:
setAmazonProvidedin interfaceIIpv6Addresses- Specified by:
setAmazonProvidedin interfaceIIpv6Addresses.Jsii$Default
-
allocateSubnetsIpv6Cidr
@Stability(Stable) @NotNull public final SubnetIpamOptions allocateSubnetsIpv6Cidr(@NotNull AllocateIpv6CidrRequest input) Allocates Subnets IPv6 CIDRs. Called by VPC when creating subnets with IPv6 enabled.Note this is specific to the IPv6 CIDR.
- Specified by:
allocateSubnetsIpv6Cidrin interfaceIIpv6Addresses- Specified by:
allocateSubnetsIpv6Cidrin interfaceIIpv6Addresses.Jsii$Default- Parameters:
input- This parameter is required.
-
allocateVpcIpv6Cidr
@Stability(Stable) @NotNull public final CfnVPCCidrBlock allocateVpcIpv6Cidr(@NotNull AllocateVpcIpv6CidrRequest input) Called by VPC to allocate IPv6 CIDR.Note this is specific to the IPv6 CIDR.
- Specified by:
allocateVpcIpv6Cidrin interfaceIIpv6Addresses- Specified by:
allocateVpcIpv6Cidrin interfaceIIpv6Addresses.Jsii$Default- Parameters:
input- This parameter is required.
-
createIpv6CidrBlocks
@Stability(Stable) @NotNull public final List<String> createIpv6CidrBlocks(@NotNull CreateIpv6CidrBlocksRequest input) Split IPv6 CIDR block up for subnets.Note this is specific to the IPv6 CIDR.
- Specified by:
createIpv6CidrBlocksin interfaceIIpv6Addresses- Specified by:
createIpv6CidrBlocksin interfaceIIpv6Addresses.Jsii$Default- Parameters:
input- This parameter is required.
-