ENUM

TargetType

Description

Type of storage location.

link GraphQL Schema definition

  • enum TargetType {
  • # Amazon S3 type of archival location.
  • AWS
  • # Azure container type of archival location.
  • AZURE
  • # Legacy glacier type of archival location.
  • GLACIER
  • # Google Cloud Platform type of archival location.
  • GOOGLE
  • # Network File System type of archival location.
  • NFS
  • # Rubrik Cloud Vault type of archival location.
  • RCS_AZURE
  • # Amazon S3 compatible type of archival location.
  • S3_COMPATIBLE
  • # Tape type of archival location.
  • TAPE
  • }

link Require by