OBJECT

ElasticStorageConfig

Description

Elastic storage configuration for CCES (Cloud Cluster with Elastic Storage).

link GraphQL Schema definition

  • type ElasticStorageConfig {
  • # Object Store location (bucket name on S3 and container on Azure) name.
  • locationName: String!
  • # Rubrik generated ID of the object store location.
  • locationId: String!
  • # Specifies whether the Cloud Cluster is using immutable cloud storage.
  • isImmutable: Boolean!
  • # Specifies whether the Cloud Cluster is using managed identities to authenticate
  • # to Azure cloud storage.
  • isUsingManagedIdentity: Boolean!
  • }