OBJECT
ValidReplicationTarget
Description
The valid replication target Rubrik cluster-specific information.
link GraphQL Schema definition
- type ValidReplicationTarget {
- # The account name that the Rubrik cluster is associated with.
- : String!
- # API version of the Rubrik cluster.
- : String!
- # Air-gap status of the Rubrik cluster.
- : Boolean!
- # Rubrik cluster connection with RSC.
- : Boolean!
- # Specifies whether the Rubrik cluster is cross-account.
- : Boolean!
- # Name of the Rubrik cluster.
- : String!
- # UUID of the Rubrik cluster.
- : UUID!
- # Version of the Rubrik cluster.
- : String!
- }
link Require by
- ValidReplicationTargetConnectionPaginated list of ValidReplicationTarget objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ValidReplicationTargetEdgeWrapper around the ValidReplicationTarget object. This wrapper is used for pagination.