INPUT_OBJECT

VlanIpInput

Description

Details of VLAN IP.

link GraphQL Schema definition

  • input VlanIpInput {
  • # IP for the VLAN interface.
  • ip: String!
  • # VLAN ID for the node.
  • vlan: Int!
  • }