INPUT_OBJECT
CreateAutomaticRcsTargetMappingInput
Description
Input for creating RCS locations.
link GraphQL Schema definition
- input CreateAutomaticRcsTargetMappingInput {
- # Name of the RCS location.
- String! :
- # Region for the RCS location.
- RcsRegionEnumType! :
- # RSA key for the RCS location.
- String :
- # Tier for the RCS location.
- RcsTierEnumType! :
- # Immutability lock period in days.
- Long :
- # List of Rubrik cluster UUIDs.
- String!] : [
- # IP mapping for each Rubrik cluster.
- IpMappingInput!] : [
- # Specifies whether the proxy settings must be bypassed for the RCV archival
- # target.
- Boolean :
- # Redundancy for the RCV location.
- RcvRedundancy :
- # Azure Key Vault key to encrypt the archival target.
- AzureKeyVaultKeyIdentifierInput :
- }