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