OBJECT
MissingCluster
Description
Information about missing clusters.
link GraphQL Schema definition
- type MissingCluster {
- # Cluster IP address.
- : String!
- # Cluster Type.
- : String!
- # Connection Status of the cluster.
- : MissingClusterConnectionStatus!
- # Current state of disconnection for the cluster.
- : MissingClusterDisconnectedState!
- # Reason for exclusion of cluster connection from RSC.
- : String!
- # Specifies whether the cluster is excluded by the customer.
- : Boolean!
- # Cluster name.
- : String!
- # Nodes in the cluster.
- : [String!]!
- # Number of nodes in the cluster.
- : Int!
- # Cluster UUID.
- : String!
- # Cluster version.
- : String!
- }