OBJECT
SlaReplicationCluster
Description
Replication cluster specific information.
link GraphQL Schema definition
- type SlaReplicationCluster {
- # Specific information of the Rubrik cluster.
- : DataLocationClusterInfo!
- # ID of the replication cluster.
- : UUID!
- # Name of the replication cluster.
- : String!
- # Version of the replication cluster.
- : String
- }