Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

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