VlanGroupPropertiesResponse

data class VlanGroupPropertiesResponse(val name: String? = null, val vlans: List<String>? = null)

Vlan group properties.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Vlan group name.

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

List of vlans.