INPUT_OBJECT
CreateAutomaticRcsTargetMappingInput
Description
Input for creating RCS locations.
link GraphQL Schema definition
- input CreateAutomaticRcsTargetMappingInput {
- # Azure Key Vault key to encrypt the archival target.
- : AzureKeyVaultKeyIdentifierInput
- # List of Rubrik cluster UUIDs.
- : [String!]
- # IP mapping for each Rubrik cluster.
- : [IpMappingInput!]
- # 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
- # Tier for the RCS location.
- : RcsTierEnumType!
- }