CidrBlockArgs

data class CidrBlockArgs(val cidrBlock: Output<String>? = null, val displayName: Output<String>? = null) : ConvertibleToJava<CidrBlockArgs>

CIDR block with an optional name.

Constructors

Link copied to clipboard
fun CidrBlockArgs(cidrBlock: Output<String>? = null, displayName: Output<String>? = null)

Functions

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

Properties

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

CIDR block that must be specified in CIDR notation.

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

User-defined name that identifies the CIDR block.