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.
  • name: String!
  • # Region for the Rubrik Cloud Vault Azure location.
  • region: RcsRegionEnumType!
  • # Tier for the Rubrik Cloud Vault Azure location.
  • tier: RcsTierEnumType!
  • # Immutability lock period in days.
  • lockDurationDays: Long
  • # List of Rubrik cluster UUIDs.
  • clusterUuidList: [String!]
  • # IP mapping for each Rubrik cluster.
  • ipMapping: [IpMappingInput!]
  • # Specifies whether the proxy settings must be bypassed for the Rubrik Cloud
  • # Vault Azure archival target.
  • shouldBypassProxy: Boolean
  • # Redundancy for the Rubrik Cloud Vault Azure location.
  • redundancy: RcvRedundancy
  • # RSA key for the Rubrik Cloud Vault Azure location.
  • rsaKey: String
  • # Azure Key Vault key to encrypt the archival target.
  • azureKeyVaultKey: AzureKeyVaultKeyIdentifierInput
  • }

link Require by