OBJECT
ValidReplicationTarget
Description
The valid replication target Rubrik cluster-specific information.
link GraphQL Schema definition
- type ValidReplicationTarget {
- # Name of the Rubrik cluster.
- String! :
- # Version of the Rubrik cluster.
- String! :
- # The account name that the Rubrik cluster is associated with.
- String! :
- # API version of the Rubrik cluster.
- String! :
- # Specifies whether the Rubrik cluster is cross-account.
- Boolean! :
- # Air-gap status of the Rubrik cluster.
- Boolean! :
- # Rubrik cluster connection with RSC.
- Boolean! :
- # UUID of the Rubrik cluster.
- UUID! :
- }
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.