AddressSpaceArgs

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)

Properties

Link copied to clipboard
val addressPrefixes: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): AddressSpaceArgs