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