INPUT_OBJECT

CreateRcvLocationsFromTemplateInput

Description

Input for creating Rubrik Cloud Vault locations.

link GraphQL Schema definition

  • input CreateRcvLocationsFromTemplateInput {
  • # Name of the RCV location.
  • name: String!
  • # Region for the RCV location.
  • region: RcsRegionEnumType!
  • # Tier for the RCV 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 RCV archival
  • # target.
  • shouldBypassProxy: Boolean
  • # RSA key for the RCV location.
  • rsaKey: String
  • }

link Require by