interface IIpAddresses
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.IIpAddresses |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IIpAddresses |
![]() | software.amazon.awscdk.services.ec2.IIpAddresses |
![]() | aws_cdk.aws_ec2.IIpAddresses |
![]() | aws-cdk-lib » aws_ec2 » IIpAddresses |
Obtainable from
Ip
.awsIpamAllocation()
, Ip
.cidr()
Implementations for ip address management.
Note this is specific to the IPv4 CIDR.
Methods
Name | Description |
---|---|
allocate | Called by the VPC to retrieve Subnet options from the Ipam. |
allocate | Called by the VPC to retrieve VPC options from the Ipam. |
allocateSubnetsCidr(input)
public allocateSubnetsCidr(input: AllocateCidrRequest): SubnetIpamOptions
Parameters
- input
Allocate
Cidr Request
Returns
Called by the VPC to retrieve Subnet options from the Ipam.
Don't call this directly, the VPC will call it automatically.
allocateVpcCidr()
public allocateVpcCidr(): VpcIpamOptions
Returns
Called by the VPC to retrieve VPC options from the Ipam.
Don't call this directly, the VPC will call it automatically.