INPUT_OBJECT
UpdateTapeTargetInput
Description
Input for updating a Tape archival location.
link GraphQL Schema definition
- input UpdateTapeTargetInput {
- # IP address of the QStar server of the Tape archival location.
- : String
- # Port of the QStar server for the Tape archival location.
- : Int
- # ID of the Tape archival location to be edited.
- : UUID!
- # Name of the Tape archival location.
- : String
- # User password for the Tape archival location.
- : String
- # Username for the Tape archival location.
- : String
- }