INPUT_OBJECT
RecoverCloudDirectNasShareInput
Description
Input for recovering NAS Cloud Direct share.
link GraphQL Schema definition
- input RecoverCloudDirectNasShareInput {
- # Name of the source NAS Cloud Direct share.
- String! :
- # FID of the snapshot being restored from.
- UUID! :
- # List of restore path pairs. srcPath in NascdRestorePathPairInput should not
- # overlap with each other. All dstPath in restorePathPairList should be the same.
- NascdRestorePathPairInput!]! : [
- # Name of the NAS Cloud Direct system for the NAS Cloud Direct restore destination
- # share.
- String :
- # Name of the NAS Cloud Direct destination share.
- String :
- # FID of the NAS Cloud Direct share we are restoring too.
- String :
- # Type of the NAS Cloud Direct share to export.
- ShareTypeEnum :
- }