INPUT_OBJECT

BatchInPlaceRecoveryJobConfigInput

Description

Supported in v6.0+

link GraphQL Schema definition

  • input BatchInPlaceRecoveryJobConfigInput {
  • # Required. Supported in v6.0+
  • # Array of objects containing information about snapshots to use for an in-place
  • # recovery.
  • snapshots: [InPlaceRecoveryJobConfigForBatchInput!]!
  • }