INPUT_OBJECT

NodesMapInput

Description

Mapping of Node name to IP configurations for the node.

link GraphQL Schema definition

  • input NodesMapInput {
  • # Required. The name for the new node.
  • key: String
  • # Node map value.
  • value: NodeConfigInput!
  • }