INPUT_OBJECT
VlanConfigInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input VlanConfigInput {
- # Supported in v9.2+
- # Alias for the VLAN.
- : String
- # Supported in v9.2+
- # Gateway for the VLAN.
- : String
- # Required. Supported in v5.0+
- # Network interfaces for each node.
- : [NodeIpInput!]!
- # Required. Supported in v5.0+
- # Netmask for addresses on this VLAN.
- : String!
- # Required. Supported in v5.0+
- : Int!
- }