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

link Require by