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! :
- # Name of the storage setting.
- 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.
- RcsRegionEnumType :
- # Redundancy for the RCV location.
- 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.
- AzureRegion! :
- # Tier for the Rubrik Cloud Vault (RCV) location supports Backup with Azure Cool
- # storage and Archive with Azure Archive storage.
- AzureStorageTier :
- }