INPUT_OBJECT

InPlaceRecoveryJobConfigV2Input

Description

Supported in v5.3+

link GraphQL Schema definition

  • input InPlaceRecoveryJobConfigV2Input {
  • requiredRecoveryParameters: RequiredRecoveryParametersInput
  • # Supported in v5.3+
  • # Indicates whether to keeep the vSphere snapshot on the vCenter Server after the
  • # in-place recovery or not. Use `true` to keep the snapshot after in-place
  • # recovery. Use `false` to delete the snapshot after in-place recovery. The
  • # default is `false`.
  • shouldKeepVsphereSnapshotAfterRecovery: Boolean
  • # Supported in v9.4+
  • # Indicates whether to power on the virtual machine after the in-place recovery or
  • # not. Use `true` to power on the virtual machine after in-place recovery. Use
  • # `false` to not power on the virtual machine after in-place recovery. The default
  • # is `true`.
  • shouldPowerOn: Boolean
  • }