INPUT_OBJECT
NodeConfigInput
Description
IP configurations for the node.
link GraphQL Schema definition
- input NodeConfigInput {
- # Equivalent to BrikID for the node.
- : String
- # IP configuration for data network.
- : IpConfigInput
- # IP configuration for IPMI.
- : IpConfigInput!
- # IP configuration for management network.
- : IpConfigInput!
- # VLAN Ids and associated IPs for the node.
- : [VlanIpInput!]
- }