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.
  • id: UUID!
  • # Name of the storage setting.
  • name: String!
  • # Tier for the Rubrik Cloud Vault Azure CNP location.
  • rcvTierOpt: RcsTierEnumType
  • # Redundancy to which RCV Azure CNP location is to be updated.
  • redundancyOpt: RcvRedundancy
  • # Whether to update child vaults along with parent vault. Child vaults will not be
  • # updated if this field is not set to true.
  • updateChildVaultsOpt: Boolean
  • }

link Require by