Interface IIpAddresses.Jsii$Default

All Superinterfaces:
IIpAddresses, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IIpAddresses.Jsii$Proxy
Enclosing interface:
IIpAddresses

@Internal public static interface IIpAddresses.Jsii$Default extends IIpAddresses
Internal default implementation for IIpAddresses.
  • Method Details

    • allocateSubnetsCidr

      @Stability(Stable) @NotNull default 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.

      Specified by:
      allocateSubnetsCidr in interface IIpAddresses
      Parameters:
      input - This parameter is required.
    • allocateVpcCidr

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

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

      Specified by:
      allocateVpcCidr in interface IIpAddresses