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.
- String! :
- # Rubrik generated ID of the object store location.
- String! :
- # Specifies whether the Cloud Cluster is using immutable cloud storage.
- Boolean! :
- # Specifies whether the Cloud Cluster is using managed identities to authenticate
- # to Azure cloud storage.
- Boolean! :
- }