INPUT_OBJECT

NodeConfigInput

Description

IP configurations for the node.

link GraphQL Schema definition

  • input NodeConfigInput {
  • # IP configuration for data network.
  • dataIpConfig: IpConfigInput
  • # IP configuration for IPMI.
  • ipmiIpConfig: IpConfigInput!
  • # IP configuration for management network.
  • managementIpConfig: IpConfigInput!
  • # VLAN Ids and associated IPs for the node.
  • vlanIpConfigs: [VlanIpInput!]
  • }