INPUT_OBJECT

SapHanaSystemCopyConfigInput

Description

Supported in v9.4+

link GraphQL Schema definition

  • input SapHanaSystemCopyConfigInput {
  • # Required. Supported in v9.4+
  • # ID of the source database.
  • sourceDbId: String!
  • # Required. Supported in v9.4+
  • # ID of the target database.
  • targetDbId: String!
  • }