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