INPUT_OBJECT

HypervInplaceExportJobConfigInput

Description

Supported in v9.1+

link GraphQL Schema definition

  • input HypervInplaceExportJobConfigInput {
  • # Supported in v9.1+
  • # v9.1-v9.2: Location to save the Hyper-V Virtual Machine copy on the target host.
  • # v9.3+: DEPRECATED - 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+
  • # v9.1-v9.2: 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.
  • # v9.3+: DEPRECATED - 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
  • }