VlanMatchConditionArgs

data class VlanMatchConditionArgs(val innerVlans: Output<List<String>>? = null, val vlanGroupNames: Output<List<String>>? = null, val vlans: Output<List<String>>? = null) : ConvertibleToJava<VlanMatchConditionArgs>

The vlan match conditions that need to be matched.

Constructors

Link copied to clipboard
constructor(innerVlans: Output<List<String>>? = null, vlanGroupNames: Output<List<String>>? = null, vlans: Output<List<String>>? = null)

Properties

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

List of inner vlans that need to be matched.

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

List of vlan group names that need to be matched.

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

List of vlans that need to be matched.

Functions

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