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.101.0 (build b95fe5d)", date="2024-07-12T19:34:00.891Z") @Stability(Stable) public interface IIpv6Addresses extends software.amazon.jsii.JsiiSerializable
Implementations for IPv6 address management.

Note this is specific to the IPv6 CIDR.

  • Method Details

    • getAmazonProvided

      @Stability(Stable) @NotNull Boolean getAmazonProvided()
      Whether the IPv6 CIDR is Amazon provided or not.

      Note this is specific to the IPv6 CIDR.

    • setAmazonProvided

      void setAmazonProvided(@NotNull Boolean value)
      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.