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.
  • clusterUuid: 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!
  • # Integral volume for the Tape archival location.
  • integralVolumeName: String!
  • # Destination folder name for the Tape archival location.
  • destinationFolderName: String!
  • # Username for the Tape archival location.
  • username: String!
  • # User password for the Tape archival location.
  • password: String!
  • # Encryption password for the Tape archival location.
  • encryptionPassword: String!
  • }

link Require by