INPUT_OBJECT

CreateRcsTargetInput

Description

Input to create RCS location.

link GraphQL Schema definition

  • input CreateRcsTargetInput {
  • # Rubrik cluster UUID.
  • clusterUuid: UUID!
  • # Name of the RCS location.
  • name: String!
  • # Tier for the RCS location.
  • tier: RcsTierEnumType!
  • # Instance type of the RCS location.
  • instanceType: InstanceTypeEnum!
  • # RSA key for the RCS location.
  • rsaKey: String!
  • # Region for the RCS location.
  • region: RcsRegionEnumType!
  • # Space usage threshold of RCS location above which alert will be raised.
  • spaceUsageAlertThreshold: Int!
  • # Immutability lock period, in days.
  • lockDurationDays: Long!
  • # Specifies whether the proxy settings must be bypassed for the RCV archival
  • # target.
  • shouldBypassProxy: Boolean
  • }

link Require by