INPUT_OBJECT

InPlaceRecoveryJobConfigForBatchInput

Description

Supported in v6.0+

link GraphQL Schema definition

  • input InPlaceRecoveryJobConfigForBatchInput {
  • # Supported in v6.0+
  • # Runs in-place recovery with the oldest snapshot taken after the specified date.
  • # This parameter is only evaluated when no values are set for snapshotId and
  • # snapshotBeforeDate.
  • snapshotAfterDate: DateTime
  • # Supported in v6.0+
  • # Runs in-plance recovery with the most recent snapshot taken prior to the
  • # specified date. This parameter is only evaluated when no value is set for
  • # snapshotId.
  • snapshotBeforeDate: DateTime
  • # Supported in v6.0+
  • # The ID of the snapshot to use for in-place recovery. This parameter is optional
  • # if either of the snapshotBeforeDate or snapshotAfterDate parameters is
  • # configured.
  • snapshotId: String
  • # Required. Supported in v6.0+
  • # Configuration for in-place recovery.
  • config: InPlaceRecoveryJobConfigV2Input!
  • # Required. Supported in v6.0+
  • # ID of the virtual machine to be recovered.
  • vmId: String!
  • }