OBJECT

VLAN

link GraphQL Schema definition

  • type VLAN {
  • # A number from 0-4095 that indicates the VLAN's id
  • id: Int
  • # A unique name to identify the VLAN
  • name: String
  • # An optional description of the VLAN
  • description: String
  • }