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.