INPUT_OBJECT
CreateTapeTargetInput
Description
Input for creating a Tape archival location.
link GraphQL Schema definition
- input CreateTapeTargetInput {
- # Field for specifying cluster UUID of the Tape archival location.
- UUID! :
- # Name of the Tape archival location.
- String! :
- # IP address of the QStar server of the Tape archival location.
- String! :
- # Port of the QStar server for the Tape archival location.
- Int! :
- # Integral volume for the Tape archival location.
- String! :
- # Destination folder name for the Tape archival location.
- String! :
- # Username for the Tape archival location.
- String! :
- # User password for the Tape archival location.
- String! :
- # Encryption password for the Tape archival location.
- String! :
- }