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.
- : UUID!
- # Destination folder name for the reader Tape archival location.
- : String!
- # Encryption password for the reader Tape archival location.
- : String!
- # IP address of the QStar server of the reader Tape archival location.
- : String!
- # Port of the QStar server for the reader Tape archival location.
- : Int!
- # Integral volume for the reader Tape archival location.
- : String!
- # Name of the reader Tape archival location.
- : String!
- # User password for the reader Tape archival location.
- : String!
- # Field for specifying the metadata to be retrieved from a target.
- : ReaderRetrievalMethod!
- # Username for the reader Tape archival location.
- : String!
- }