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