OBJECT
RubrikCloudVaultLocation
Description
Rubrik Cloud Vault archival location details.
link GraphQL Schema definition
- type RubrikCloudVaultLocation {
- # The name of the Rubrik cluster connected to the Rubrik Cloud Vault.
- : String!
- # The Rubrik Cloud Vault ID.
- : UUID!
- # The Rubrik Cloud Vault name.
- : String!
- # SLA Domains connecting the Rubrik cluster to the Rubrik Cloud Vault.
- : [String!]!
- # The Rubrik Cloud Vault type.
- : RubrikCloudVaultType!
- }