Address Space Args
data class AddressSpaceArgs(val addressPrefixes: Output<List<String>>? = null, val ipamPoolPrefixAllocations: Output<List<IpamPoolPrefixAllocationArgs>>? = null) : ConvertibleToJava<AddressSpaceArgs>
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: Output<List<String>>? = null, ipamPoolPrefixAllocations: Output<List<IpamPoolPrefixAllocationArgs>>? = null)