INPUT_OBJECT

CreateOnDemandSapHanaBackupInput

Description

Input for creating an on-demand SAP HANA backup.

link GraphQL Schema definition

  • input CreateOnDemandSapHanaBackupInput {
  • # Configuration for the on demand backup.
  • config: BaseOnDemandSnapshotConfigInput
  • # Required. ID assigned to a SAP HANA database object.
  • id: String!
  • }

link Require by