INPUT_OBJECT

VlanConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input VlanConfigInput {
  • # Gateway for the VLAN.
  • gateway: String
  • # Alias for the VLAN.
  • alias: String
  • # Required. Supported in v5.0+
  • # Network interfaces for each node.
  • interfaces: [NodeIpInput!]!
  • # Required. Supported in v5.0+
  • # Netmask for addresses on this VLAN.
  • netmask: String!
  • # Required. Supported in v5.0+
  • vlan: Int!
  • }