INPUT_OBJECT

IpConfigInput

Description

Details of IP configuration.

link GraphQL Schema definition

  • input IpConfigInput {
  • # VLAN ID.
  • vlan: Int
  • # IP address.
  • address: String!
  • # Gateway IP address.
  • gateway: String!
  • # Subnet mask.
  • netmask: String!
  • }