AddressSpace interface
AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.
Properties
address |
A list of address blocks reserved for this virtual network in CIDR notation. |
ipam |
A list of IPAM Pools allocating IP address prefixes. |
Property Details
addressPrefixes
A list of address blocks reserved for this virtual network in CIDR notation.
addressPrefixes?: string[]
Property Value
string[]
ipamPoolPrefixAllocations
A list of IPAM Pools allocating IP address prefixes.
ipamPoolPrefixAllocations?: IpamPoolPrefixAllocation[]