INPUT_OBJECT
VsphereSnapshotDownloadFilesFromLocationInput
Description
Input for downloading vSphere snapshot files from a location.
link GraphQL Schema definition
- input VsphereSnapshotDownloadFilesFromLocationInput {
- # 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 download request.
- DownloadFilesJobConfigInput! :
- }