INPUT_OBJECT

VsphereVmRecoverFilesInput

Description

Input for recovering files from snapshot.

link GraphQL Schema definition

  • input VsphereVmRecoverFilesInput {
  • # Corresponds to snapshot forever UUID.
  • snapshotFid: UUID!
  • # Virtual machine restore parameters.
  • restoreConfig: RestoreConfig!
  • }

link Require by