INPUT_OBJECT

HypervRestoreFilesConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input HypervRestoreFilesConfigInput {
  • # Supported in v9.0+
  • # Workload ID of the target HyperV virtual machine, which is the destination for
  • # the recovered data.
  • targetVirtualMachineId: String
  • # Required. Supported in v5.0+
  • # v5.0-v5.3: Absolute path of the target location for the copied files
  • # v6.0-v7.0: Absolute path of the target location for the copied files.
  • # v8.0+: Absolute path for the copied files to the target location.
  • restoreConfig: [HypervRestoreFileConfigInput!]!
  • }