INPUT_OBJECT
UpdateCloudNativeRcvAzureStorageSettingInput
Description
Input for updating an existing Rubrik Cloud Vault Azure storage setting.
link GraphQL Schema definition
- input UpdateCloudNativeRcvAzureStorageSettingInput {
- # ID for the storage setting.
- : UUID!
- # Name of the storage setting.
- : String!
- # Tier for the Rubrik Cloud Vault Azure CNP location.
- : RcsTierEnumType
- # Redundancy to which RCV Azure CNP location is to be updated.
- : RcvRedundancy
- # Whether to update child vaults along with parent vault. Child vaults will not be
- # updated if this field is not set to true.
- : Boolean
- }