INPUT_OBJECT

RecoverCloudDirectPathInput

Description

Input for recovering Cloud Direct path.

link GraphQL Schema definition

  • input RecoverCloudDirectPathInput {
  • # FID of snapshot being restored.
  • snapshotFid: UUID!
  • # Source path within the snapshot to recover from.
  • srcPath: String!
  • # Destination path to restore to.
  • dstPath: String
  • # Export ID of Cloud Direct destination share.
  • dstExportId: Int
  • }

link Require by