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