VlanMatchConditionResponse

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

The vlan match conditions that need to be matched.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

List of inner vlans that need to be matched.

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

List of vlan group names that need to be matched.

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

List of vlans that need to be matched.