INPUT_OBJECT

HypervInplaceExportJobConfigInput

Description

Supported in v9.1+

link GraphQL Schema definition

  • input HypervInplaceExportJobConfigInput {
  • # Supported in v9.1+
  • # Location to save the Hyper-V Virtual Machine copy on the target host.
  • exportVmPath: String
  • # Supported in v9.1+
  • # ID of the in-place recovery target host.
  • hostId: String
  • # Supported in v9.1+
  • # Indicates whether to retain the Hyper-V exported copy on the target server after
  • # completing the in-place recovery. Use `true` to keep the snapshot after in-place
  • # recovery. Use `false` to delete the snapshot after in-place recovery.
  • shouldKeepHypervVmCopyAfterRecovery: Boolean
  • }