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.119.0 (build 1634eac)",
date="2025-11-13T16:10:03.395Z")
@Stability(Stable)
public interface IIpAddresses
extends software.amazon.jsii.JsiiSerializable
Implementations for ip address management.
Note this is specific to the IPv4 CIDR.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIIpAddresses.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionCalled by the VPC to retrieve Subnet options from the Ipam.Called by the VPC to retrieve VPC options from the Ipam.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
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
Called by the VPC to retrieve VPC options from the Ipam.Don't call this directly, the VPC will call it automatically.
-