INPUT_OBJECT
UpdateTapeTargetInput
Description
Input for updating a Tape archival location.
link GraphQL Schema definition
- input UpdateTapeTargetInput {
- # ID of the Tape archival location to be edited.
- 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 :
- # Username for the Tape archival location.
- String :
- # User password for the Tape archival location.
- String :
- }