INPUT_OBJECT
RecoverCloudDirectMultiPathsInput
Description
Input for recovering Cloud Direct multi-paths.
link GraphQL Schema definition
- input RecoverCloudDirectMultiPathsInput {
- # FID of snapshot being restored.
- UUID! :
- # List of restore path pairs. srcPath in NascdRestorePathPairInput should not
- # overlap with each other. All dstPath in restorePathPairList should be the same.
- NascdRestorePathPairInput!]! : [
- # Export ID of Cloud Direct destination share.
- Int :
- }