OBJECT

RubrikCloudVaultLocation

Description

Rubrik Cloud Vault archival location details.

link GraphQL Schema definition

  • type RubrikCloudVaultLocation {
  • # The Rubrik Cloud Vault ID.
  • id: UUID!
  • # The Rubrik Cloud Vault name.
  • name: String!
  • # The Rubrik Cloud Vault type.
  • type: RubrikCloudVaultType!
  • # The name of the Rubrik cluster connected to the Rubrik Cloud Vault.
  • clusterName: String!
  • # SLA Domains connecting the Rubrik cluster to the Rubrik Cloud Vault.
  • slaDomains: [String!]!
  • }