INPUT_OBJECT
Input for recovering Cloud Direct path.
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}