Interface IIpAddresses

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IIpAddresses.Jsii$Default
All Known Implementing Classes:
IIpAddresses.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:06.127Z") @Stability(Stable) public interface IIpAddresses extends software.amazon.jsii.JsiiSerializable
Implementations for ip address management.

Note this is specific to the IPv4 CIDR.

  • Method Details

    • allocateSubnetsCidr

      @Stability(Stable) @NotNull SubnetIpamOptions allocateSubnetsCidr(@NotNull AllocateCidrRequest input)
      Called by the VPC to retrieve Subnet options from the Ipam.

      Don't call this directly, the VPC will call it automatically.

      Parameters:
      input - This parameter is required.
    • allocateVpcCidr

      @Stability(Stable) @NotNull VpcIpamOptions allocateVpcCidr()
      Called by the VPC to retrieve VPC options from the Ipam.

      Don't call this directly, the VPC will call it automatically.