NetworkConfig / VpcConfig | VpcTemplatesConfig / (SubnetConfig) / IpamAllocationConfig

IPAM allocation config. Use to dynamically assign a VPC or subnet CIDR from an IPAM pool.

Example

VPC allocations:

- ipamPoolName: accelerator-regional-pool
netmaskLength: 24

Subnet allocations:

ipamPoolName: accelerator-regional-pool
netmaskLength: 24

Hierarchy

  • IpamAllocationConfig

Implements

Constructors

Properties

Constructors

Properties

ipamPoolName: string = ''

The IPAM Pool name to request the allocation from.

netmaskLength: number = 24

The subnet mask length to request.

Remarks

Specify only the CIDR prefix length for the subnet, i.e. 24.

Generated using TypeDoc