OBJECT

ValidReplicationTarget

Description

The valid replication target Rubrik cluster-specific information.

link GraphQL Schema definition

  • type ValidReplicationTarget {
  • # Name of the Rubrik cluster.
  • name: String!
  • # Version of the Rubrik cluster.
  • version: String!
  • # The account name that the Rubrik cluster is associated with.
  • accountName: String!
  • # API version of the Rubrik cluster.
  • apiVersion: String!
  • # Specifies whether the Rubrik cluster is cross-account.
  • isCrossAccount: Boolean!
  • # Air-gap status of the Rubrik cluster.
  • isAirGapped: Boolean!
  • # Rubrik cluster connection with RSC.
  • isConnected: Boolean!
  • # UUID of the Rubrik cluster.
  • uuid: UUID!
  • }