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.
  • clusterUuid: UUID!
  • # ID of the virtual machine snapshot.
  • snapshotFid: UUID!
  • # ID of the location.
  • locationId: UUID!
  • # Configuration for the download request.
  • config: DownloadFilesJobConfigInput!
  • }

link Require by