OBJECT
DataLocationSupportedCluster
Description
The supported Rubrik cluster-specific information.
link GraphQL Schema definition
- type DataLocationSupportedCluster {
- # Name of the supported Rubrik cluster.
- String! :
- # UUID of the supported Rubrik cluster.
- String! :
- # Version of the supported Rubrik cluster.
- String! :
- # API version of the supported Rubrik cluster.
- String! :
- # If the Rubrik cluster is air-gapped.
- Boolean! :
- # If the cross-account cluster is archived.
- Boolean! :
- }