Address Space Response
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)