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.
  • id: UUID!
  • # Name of the Tape archival location.
  • name: String
  • # IP address of the QStar server of the Tape archival location.
  • hostName: String
  • # Port of the QStar server for the Tape archival location.
  • hostPort: Int
  • # Username for the Tape archival location.
  • username: String
  • # User password for the Tape archival location.
  • password: String
  • }

link Require by