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! :
- # ID of the virtual machine snapshot.
- UUID! :
- # ID of the location.
- UUID! :
- # Configuration for the restore request.
- RestoreFilesJobConfigInput! :
- }