INPUT_OBJECT

BulkRecoverySapHanaDbsConfigInput

link GraphQL Schema definition

  • input BulkRecoverySapHanaDbsConfigInput {
  • # Required.
  • dbIds: [String!]!
  • # Required. The time to which the SAP HANA database has to be recovered.
  • recoveryPoint: DateTime
  • # The map of source and target database IDs for system copy.
  • sapHanaSystemCopyMap: [SapHanaSystemCopyConfigInput!]
  • }