MessageServerProperties interface
Defines the SAP Message Server properties.
Properties
| health | Defines the health of SAP Instances. NOTE: This property will not be serialized. It can only be populated by the server. |
| hostname | Message Server SAP Hostname. NOTE: This property will not be serialized. It can only be populated by the server. |
| http |
Message Server HTTP Port. NOTE: This property will not be serialized. It can only be populated by the server. |
| https |
Message Server HTTPS Port. NOTE: This property will not be serialized. It can only be populated by the server. |
| internal |
Message Server internal MS port. NOTE: This property will not be serialized. It can only be populated by the server. |
| ip |
Message server IP Address. NOTE: This property will not be serialized. It can only be populated by the server. |
| ms |
Message Server port. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
health
Defines the health of SAP Instances. NOTE: This property will not be serialized. It can only be populated by the server.
health?: string
Property Value
string
hostname
Message Server SAP Hostname. NOTE: This property will not be serialized. It can only be populated by the server.
hostname?: string
Property Value
string
httpPort
Message Server HTTP Port. NOTE: This property will not be serialized. It can only be populated by the server.
httpPort?: number
Property Value
number
httpsPort
Message Server HTTPS Port. NOTE: This property will not be serialized. It can only be populated by the server.
httpsPort?: number
Property Value
number
internalMsPort
Message Server internal MS port. NOTE: This property will not be serialized. It can only be populated by the server.
internalMsPort?: number
Property Value
number
ipAddress
Message server IP Address. NOTE: This property will not be serialized. It can only be populated by the server.
ipAddress?: string
Property Value
string
msPort
Message Server port. NOTE: This property will not be serialized. It can only be populated by the server.
msPort?: number
Property Value
number