INPUT_OBJECT

RestoreSapHanaSystemStorageInput

Description

Input for SAP HANA system storage restore.

link GraphQL Schema definition

  • input RestoreSapHanaSystemStorageInput {
  • # Required. Configuration for the restore.
  • config: SapHanaSystemRestoreConfigInput!
  • # Required. The ID of the SAP HANA system.
  • id: String!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by