StaticCidrPropertiesArgs

data class StaticCidrPropertiesArgs(val addressPrefixes: Output<List<String>>? = null, val description: Output<String>? = null, val numberOfIPAddressesToAllocate: Output<String>? = null) : ConvertibleToJava<StaticCidrPropertiesArgs>

Properties of static CIDR resource.

Constructors

Link copied to clipboard
constructor(addressPrefixes: Output<List<String>>? = null, description: Output<String>? = null, numberOfIPAddressesToAllocate: Output<String>? = null)

Properties

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

List of IP address prefixes of the resource.

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

Number of IP addresses to allocate for a static CIDR resource. The IP addresses will be assigned based on IpamPools available space.

Functions

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