INPUT_OBJECT

CreateCloudNativeRcvAzureStorageSettingInput

Description

Input for creating Rubrik Cloud Vault Azure storage settings.

link GraphQL Schema definition

  • input CreateCloudNativeRcvAzureStorageSettingInput {
  • # Template type of the storage settings - SOURCE_REGION or SPECIFIC_REGION.
  • cloudNativeLocTemplateType: CloudNativeLocTemplateType!
  • # Name of the storage setting.
  • name: String!
  • # Rubrik Cloud Vault location region. For the source region template type, this
  • # field will be 'UNKNOWN_AZURE_REGION'. For the specific region template type,
  • # this field must be an supported RCV region.
  • rcvRegion: RcsRegionEnumType
  • # Redundancy for the RCV location.
  • redundancy: RcvRedundancy
  • # Rubrik Cloud Vault location Azure region. For the source region template type,
  • # this field will be 'UNKNOWN_AZURE_REGION'. For the specific region template
  • # type, this field must be an supported RCV region.
  • region: AzureRegion!
  • # Tier for the Rubrik Cloud Vault (RCV) location supports Backup with Azure Cool
  • # storage and Archive with Azure Archive storage.
  • tier: AzureStorageTier
  • }

link Require by