INPUT_OBJECT

InPlaceRecoveryJobConfigV2Input

Description

Supported in v5.3+

link GraphQL Schema definition

  • input InPlaceRecoveryJobConfigV2Input {
  • # 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
  • requiredRecoveryParameters: RequiredRecoveryParametersInput
  • }