INPUT_OBJECT

RecoverCloudDirectNasShareInput

Description

Input for recovering NAS Cloud Direct share.

link GraphQL Schema definition

  • input RecoverCloudDirectNasShareInput {
  • # Name of the source NAS Cloud Direct share.
  • srcShareName: String!
  • # FID of the snapshot being restored from.
  • snapshotFid: 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!]!
  • # Name of the NAS Cloud Direct system for the NAS Cloud Direct restore destination
  • # share.
  • destSystemName: String
  • # Name of the NAS Cloud Direct destination share.
  • destShareName: String
  • # FID of the NAS Cloud Direct share we are restoring too.
  • destShareFid: String
  • # Type of the NAS Cloud Direct share to export.
  • destExportType: ShareTypeEnum
  • }

link Require by