Interface IIpv6Addresses
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IIpv6Addresses.Jsii$Default
- All Known Implementing Classes:
IIpv6Addresses.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:00.640Z")
@Stability(Stable)
public interface IIpv6Addresses
extends software.amazon.jsii.JsiiSerializable
Implementations for IPv6 address management.
Note this is specific to the IPv6 CIDR.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIIpv6Addresses
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionAllocates Subnets IPv6 CIDRs.Called by VPC to allocate IPv6 CIDR.Split IPv6 CIDR block up for subnets.Whether the IPv6 CIDR is Amazon provided or not.void
setAmazonProvided
(Boolean value) Whether the IPv6 CIDR is Amazon provided or not.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAmazonProvided
Whether the IPv6 CIDR is Amazon provided or not.Note this is specific to the IPv6 CIDR.
-
setAmazonProvided
Whether the IPv6 CIDR is Amazon provided or not.Note this is specific to the IPv6 CIDR.
-
allocateSubnetsIpv6Cidr
@Stability(Stable) @NotNull 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.
- Parameters:
input
- This parameter is required.
-
allocateVpcIpv6Cidr
@Stability(Stable) @NotNull CfnVPCCidrBlock allocateVpcIpv6Cidr(@NotNull AllocateVpcIpv6CidrRequest input) Called by VPC to allocate IPv6 CIDR.Note this is specific to the IPv6 CIDR.
- Parameters:
input
- This parameter is required.
-
createIpv6CidrBlocks
@Stability(Stable) @NotNull List<String> createIpv6CidrBlocks(@NotNull CreateIpv6CidrBlocksRequest input) Split IPv6 CIDR block up for subnets.Note this is specific to the IPv6 CIDR.
- Parameters:
input
- This parameter is required.
-