INPUT_OBJECT
CreateRcsTargetInput
Description
Input to create RCS location.
link GraphQL Schema definition
- input CreateRcsTargetInput {
- # Rubrik cluster UUID.
- : UUID!
- # Instance type of the RCS location.
- : InstanceTypeEnum!
- # Immutability lock period, in days.
- : Long!
- # Name of the RCS location.
- : String!
- # Redundancy for the RCV location.
- : RcvRedundancy
- # Region for the RCS location.
- : RcsRegionEnumType!
- # RSA key for the RCS location.
- : String!
- # Specifies whether the proxy settings must be bypassed for the RCV archival
- # target.
- : Boolean
- # Space usage threshold of RCS location above which alert will be raised.
- : Int!
- # Tier for the RCS location.
- : RcsTierEnumType!
- }