Interface IIpAddresses.Jsii$Default
- All Superinterfaces:
IIpAddresses
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IIpAddresses.Jsii$Proxy
- Enclosing interface:
IIpAddresses
Internal default implementation for
IIpAddresses
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IIpAddresses
IIpAddresses.Jsii$Default, IIpAddresses.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault SubnetIpamOptions
Called by the VPC to retrieve Subnet options from the Ipam.default VpcIpamOptions
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 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 interfaceIIpAddresses
- 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.
- Specified by:
allocateVpcCidr
in interfaceIIpAddresses
-