INPUT_OBJECT
VsphereSnapshotRestoreFilesFromLocationInput
Description
Input for recovering files from snapshot.
link GraphQL Schema definition
- input VsphereSnapshotRestoreFilesFromLocationInput {
- # UUID used to identify the cluster the request goes to.
- : UUID!
- # Configuration for the restore request.
- : RestoreFilesJobConfigInput!
- # ID of the location.
- : UUID!
- # ID of the virtual machine snapshot.
- : UUID!
- }