AddressSpaceArgs

data class AddressSpaceArgs(val addressPrefixes: Output<List<String>>? = 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)

Properties

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

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

Functions

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