AddressSpaceResponse

data class AddressSpaceResponse(val addressPrefixes: List<String>? = null, val ipamPoolPrefixAllocations: List<IpamPoolPrefixAllocationResponse>? = null)

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

Constructors

Link copied to clipboard
constructor(addressPrefixes: List<String>? = null, ipamPoolPrefixAllocations: List<IpamPoolPrefixAllocationResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

A list of IPAM Pools allocating IP address prefixes.