INPUT_OBJECT
SapHanaSystemPatchInput
Description
Supported in v5.3+
link GraphQL Schema definition
- input SapHanaSystemPatchInput {
- # Supported in v5.3+
- # v5.3-v8.1: The ID of the SLA Domain that is configured for the SAP HANA system.
- # v9.0+: Deprecated. Make sure to use the SLA APIs for updating the SLA Domain of
- # the SAP HANA database.
- String :
- # Supported in v5.3+
- # The SAP HANA system hosts.
- String!] : [
- # Supported in v5.3+
- # The instance number of the SAP HANA system.
- String :
- # Supported in v5.3+
- # The password of the SAP HANA system.
- String :
- # Supported in v5.3+
- # The SAP System Identification (SID) code for the SAP HANA system.
- String :
- # Supported in v5.3+
- # The username of the SAP HANA system.
- String :
- # Supported in v9.1+
- # The Rubrik ID of the SAP HANA Azure Feature.
- String :
- # Supported in v9.0+
- # Specifies the authentication type for the SAP HANA system.
- SapHanaSystemAuthTypeSpecInput :
- # Supported in v7.0+
- # Information required to connect to SAP HANA database over SSL.
- SapHanaSslInfoInput :
- }