OBJECT
VlanConfig
Description
Supported in v5.0+
link GraphQL Schema definition
- type VlanConfig {
- # 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.
- : [NodeIp!]!
- # Required. Supported in v5.0+
- # Netmask for addresses on this VLAN.
- : String!
- # Required. Supported in v5.0+
- : Int!
- }