INPUT_OBJECT

UpdateNfsTargetInput

Description

Input to edit NFS archival location.

link GraphQL Schema definition

  • input UpdateNfsTargetInput {
  • # Id of the NFS archival location to be edited.
  • id: UUID!
  • # Name of the NFS archival location.
  • name: String
  • # Host IP address of the NFS archival location.
  • host: String
  • # Export directory of the NFS archival location.
  • exportDir: String
  • # Authentication type of the NFS archival location.
  • nfsAuthType: AuthTypeEnum
  • # File lock period in seconds of the NFS archival location.
  • fileLockPeriodInSeconds: Int
  • # Flag to determine if consolidation is enabled in the NFS archival location.
  • isConsolidationEnabled: Boolean
  • }

link Require by