INPUT_OBJECT
PatchSapHanaSystemInput
Description
Input for editing a SAP HANA system.
link GraphQL Schema definition
- input PatchSapHanaSystemInput {
- # Required. The ID of the SAP HANA system.
- : String!
- # Required. v5.3-v8.1: An object that contains the updated SLA Domain ID for the
- # SAP HANA system.
- # v9.0+: An object that contains the system properties to be updated for the SAP
- # HANA system.
- : SapHanaSystemPatchInput!
- }