INPUT_OBJECT

RecoverCloudDirectNasShareInput

Description

Input for recovering NAS Cloud Direct share.

link GraphQL Schema definition

  • input RecoverCloudDirectNasShareInput {
  • # FID of the NAS Cloud Direct share we are restoring to.
  • destShareFid: UUID
  • # List of restore path pairs. srcPath in NascdRestorePathPairInput should not
  • # overlap with each other. All dstPath in restorePathPairList should be the same.
  • restorePathPairList: [NascdRestorePathPairInput!]!
  • # FID of the snapshot being restored from.
  • snapshotFid: UUID!
  • # Name of the source NAS Cloud Direct share.
  • srcShareName: String!
  • }

link Require by