INPUT_OBJECT
SetMissingClusterStatusInput
Description
Input for setting the status for a missing cluster.
link GraphQL Schema definition
- input SetMissingClusterStatusInput {
- # Disconnection status to update for the cluster.
- : MissingClusterDisconnectedState
- # The reason for excluding the cluster from RSC.
- : String
- # Required. UUID used to identify the cluster the request goes to.
- : UUID!
- }