INPUT_OBJECT
NodeMetadataInput
Description
Details of a node.
link GraphQL Schema definition
- input NodeMetadataInput {
- # The ID of the node to be removed.
- String :
- # The ID of the chassis the node is on.
- String :
- # The platform the node is on.
- ClusterNodePlatformType :
- # The status of the node.
- ClusterNodeStatus :
- # Use quick drain instead of full data drain.
- Boolean :
- }