MonitoringDetails interface
Details needed to monitor a Hana Instance
Properties
hana |
Name of the database itself. |
hana |
Password for the HANA database to login for monitoring |
hana |
The port number of the tenant DB. Used to connect to the DB. |
hana |
Username for the HANA database to login to for monitoring |
hana |
Hostname of the HANA Instance blade. |
hana |
ARM ID of an Azure Subnet with access to the HANA instance. |
Property Details
hanaDbName
Name of the database itself.
hanaDbName?: string
Property Value
string
hanaDbPassword
Password for the HANA database to login for monitoring
hanaDbPassword?: string
Property Value
string
hanaDbSqlPort
The port number of the tenant DB. Used to connect to the DB.
hanaDbSqlPort?: number
Property Value
number
hanaDbUsername
Username for the HANA database to login to for monitoring
hanaDbUsername?: string
Property Value
string
hanaHostname
Hostname of the HANA Instance blade.
hanaHostname?: string
Property Value
string
hanaSubnet
ARM ID of an Azure Subnet with access to the HANA instance.
hanaSubnet?: string
Property Value
string