INPUT_OBJECT

CreateNfsTargetInput

Description

Input to create the NFS archival location.

link GraphQL Schema definition

  • input CreateNfsTargetInput {
  • # Cluster UUID of the NFS archival location.
  • clusterUuid: 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!
  • # Version of the NFS archival location.
  • nfsVersion: Int
  • # Authentication type of the NFS archival location.
  • nfsAuthType: AuthTypeEnum!
  • # Other options of the NFS archival location.
  • otherNfsOptions: String
  • # File lock period in seconds of the NFS archival location.
  • fileLockPeriodInSeconds: Int!
  • # Destination folder of the NFS archival location.
  • destinationFolder: String!
  • # Flag to determine if consolidation is enabled in the NFS archival location.
  • isConsolidationEnabled: Boolean!
  • # Encryption password for the NFS archival location.
  • encryptionPassword: String
  • }

link Require by