INPUT_OBJECT

CreateTapeReaderTargetInput

Description

Input for creating a Tape reader target.

link GraphQL Schema definition

  • input CreateTapeReaderTargetInput {
  • # Field for specifying the cluster UUID for the archival location.
  • clusterUuid: UUID!
  • # Name of the reader Tape archival location.
  • name: String!
  • # IP address of the QStar server of the reader Tape archival location.
  • hostName: String!
  • # Port of the QStar server for the reader Tape archival location.
  • hostPort: Int!
  • # Integral volume for the reader Tape archival location.
  • integralVolumeName: String!
  • # Destination folder name for the reader Tape archival location.
  • destinationFolderName: String!
  • # Username for the reader Tape archival location.
  • username: String!
  • # User password for the reader Tape archival location.
  • password: String!
  • # Encryption password for the reader Tape archival location.
  • encryptionPassword: String!
  • # Field for specifying the metadata to be retrieved from a target.
  • readerRetrievalMethod: ReaderRetrievalMethod!
  • }

link Require by