INPUT_OBJECT

CreateAutomaticRcsTargetMappingInput

Description

Input for creating RCS locations.

link GraphQL Schema definition

  • input CreateAutomaticRcsTargetMappingInput {
  • # Name of the RCS location.
  • name: String!
  • # Region for the RCS location.
  • region: RcsRegionEnumType!
  • # RSA key for the RCS location.
  • rsaKey: String
  • # Tier for the RCS 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
  • }

link Require by