OBJECT

SlaReplicationCluster

Description

Replication cluster specific information.

link GraphQL Schema definition

  • type SlaReplicationCluster {
  • # ID of the replication cluster.
  • id: UUID!
  • # Name of the replication cluster.
  • name: String!
  • # Version of the replication cluster.
  • version: String
  • }