AddressSpace interface

AddressSpace contains an array of IP address ranges that can be used by subnets of the virtual network.

Properties

addressPrefixes

A list of address blocks reserved for this virtual network in CIDR notation.

ipamPoolPrefixAllocations

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[]

Property Value