vlans

@JvmName(name = "decxglhvlxdfbpdj")
suspend fun vlans(value: Output<List<Int>>)
@JvmName(name = "orqrtxgdlhblkbhy")
suspend fun vlans(value: List<Int>?)

Parameters

value

A repeated field indicating the VLAN IDs supported on this subnetwork. During Subnet creation, specifying vlan is valid only if enable_l2 is true. During Subnet Update, specifying vlan is allowed only for l2 enabled subnets. Restricted to only one VLAN.


@JvmName(name = "ellyjiwspmcejifq")
suspend fun vlans(vararg values: Output<Int>)


@JvmName(name = "tkmnyjalyircxlno")
suspend fun vlans(values: List<Output<Int>>)
@JvmName(name = "upycrujlhltquqwt")
suspend fun vlans(vararg values: Int)

Parameters

values

A repeated field indicating the VLAN IDs supported on this subnetwork. During Subnet creation, specifying vlan is valid only if enable_l2 is true. During Subnet Update, specifying vlan is allowed only for l2 enabled subnets. Restricted to only one VLAN.