INPUT_OBJECT
NodeConfigInput
Description
IP configurations for the node.
link GraphQL Schema definition
- input NodeConfigInput {
- # 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!] : [
- # Equivalent to BrikID for the node.
- String :
- }