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
- # Tier for the Rubrik Cloud Vault Azure location supports Backup and Archive tier.
- : RcsTierEnumType
- # 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!
- # Optional RSA encryption key for the Rubrik Cloud Vault Azure location. If not
- # provided, RCV will create and manage the encryption key automatically.
- : String
- # Deprecated: use rcvTier to specify tier.
- : AzureStorageTier
- }