INPUT_OBJECT

CreateCloudNativeRcvAzureStorageSettingInput

Description

Input for creating Rubrik Cloud Vault Azure storage settings.

link GraphQL Schema definition

  • input CreateCloudNativeRcvAzureStorageSettingInput {
  • # Name of the storage setting.
  • name: String!
  • # Rubrik Cloud Vault location region. For source region template type, this field
  • # will be 'UNKNOWN_AZURE_REGION'. For specific region template type, this field
  • # must be an Azure region supported for RCV in COOL tier.
  • region: AzureRegion!
  • # Template type of the storage settings - SOURCE_REGION or SPECIFIC_REGION.
  • cloudNativeLocTemplateType: CloudNativeLocTemplateType!
  • }

link Require by