INPUT_OBJECT
CreateRcvLocationsFromTemplateInput
Description
Input for creating Rubrik Cloud Vault Azure locations.
link GraphQL Schema definition
- input CreateRcvLocationsFromTemplateInput {
- # Name of the Rubrik Cloud Vault Azure location.
- String! :
- # Region for the Rubrik Cloud Vault Azure location.
- RcsRegionEnumType! :
- # Tier for the Rubrik Cloud Vault Azure location.
- RcsTierEnumType! :
- # Immutability lock period in days.
- Long :
- # List of Rubrik cluster UUIDs.
- String!] : [
- # IP mapping for each Rubrik cluster.
- IpMappingInput!] : [
- # Specifies whether the proxy settings must be bypassed for the Rubrik Cloud
- # Vault Azure archival target.
- Boolean :
- # Redundancy for the Rubrik Cloud Vault Azure location.
- RcvRedundancy :
- # RSA key for the Rubrik Cloud Vault Azure location.
- String :
- # Azure Key Vault key to encrypt the archival target.
- AzureKeyVaultKeyIdentifierInput :
- }