INPUT_OBJECT

NascdRestorePathPairInput

Description

Input for NAS Cloud Direct restore path pair.

link GraphQL Schema definition

  • input NascdRestorePathPairInput {
  • # Path to be restored from. Must be non-empty.
  • srcPath: String!
  • # Path to restore to. Empty path to indicate overwrite.
  • dstPath: String!
  • }