OBJECT
CrossAccountCluster
Description
Cross-account cluster-specific information.
link GraphQL Schema definition
- type CrossAccountCluster {
- # Name of the cross-account cluster.
- String! :
- # UUID of the cross-account cluster.
- String! :
- # Version of the cross-account cluster.
- String! :
- # The account name of cross-account the cluster is associated with.
- String! :
- # API version of the cross-account cluster.
- String! :
- # If the Rubrik cluster is air-gapped.
- Boolean! :
- # If the cross-account cluster is archived.
- Boolean! :
- }
link Require by
- CrossAccountClusterConnectionPaginated list of CrossAccountCluster objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- CrossAccountClusterEdgeWrapper around the CrossAccountCluster object. This wrapper is used for pagination.