AddressSpace Class

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

Constructor

AddressSpace(*args: Any, **kwargs: Any)

Variables

Name Description
address_prefixes

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

ipam_pool_prefix_allocations

A list of IPAM Pools allocating IP address prefixes.

Attributes

address_prefixes

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

address_prefixes: list[str] | None

ipam_pool_prefix_allocations

A list of IPAM Pools allocating IP address prefixes.

ipam_pool_prefix_allocations: list['_models.IpamPoolPrefixAllocation'] | None