INPUT_OBJECT

RecoverCloudDirectMultiPathsInput

Description

Input for recovering Cloud Direct multi-paths.

link GraphQL Schema definition

  • input RecoverCloudDirectMultiPathsInput {
  • # FID of snapshot being restored.
  • 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!]!
  • # Export ID of Cloud Direct destination share.
  • dstExportId: Int
  • }

link Require by