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