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.
- : String
- # Node map value.
- : NodeConfigInput!
- }
INPUT_OBJECT
Mapping of Node name to IP configurations for the node.
- input NodesMapInput {
- # Required. The name for the new node.
- : String
- # Node map value.
- : NodeConfigInput!
- }