INPUT_OBJECT
CreateCloudNativeRcvAzureStorageSettingInput
Description
Input for creating Rubrik Cloud Vault Azure storage settings.
link GraphQL Schema definition
- input CreateCloudNativeRcvAzureStorageSettingInput {
- # Name of the storage setting.
- 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.
- AzureRegion! :
- # Tier for the Rubrik Cloud Vault (RCV) location supports Backup with Azure Cool
- # storage and Archive with Azure Archive storage.
- AzureStorageTier :
- # Template type of the storage settings - SOURCE_REGION or SPECIFIC_REGION.
- CloudNativeLocTemplateType! :
- # Redundancy for the RCV location.
- RcvRedundancy :
- }