INPUT_OBJECT

SapHanaConfigInput

Description

Input to configure the SLA Domain for SAP HANA database.

link GraphQL Schema definition

  • input SapHanaConfigInput {
  • # Frequency value for incremental backup of SAP HANA databases.
  • incrementalFrequency: SlaDurationInput
  • # Specifies the duration for which the SAP HANA database logs will be retained.
  • logRetention: SlaDurationInput
  • # Frequency value for differential backup of SAP HANA databases.
  • differentialFrequency: SlaDurationInput
  • # SLA Domain config for SAP HANA Storage Snapshot.
  • storageSnapshotConfig: SapHanaStorageSnapshotConfigInput
  • }