MessageServerPropertiesResponse

data class MessageServerPropertiesResponse(val health: String, val hostname: String, val httpPort: Double, val httpsPort: Double, val internalMsPort: Double, val ipAddress: String, val msPort: Double)

Defines the SAP message server properties.

Constructors

Link copied to clipboard
constructor(health: String, hostname: String, httpPort: Double, httpsPort: Double, internalMsPort: Double, ipAddress: String, msPort: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the health of SAP Instances.

Link copied to clipboard

message server SAP Hostname.

Link copied to clipboard

message server HTTP Port.

Link copied to clipboard

message server HTTPS Port.

Link copied to clipboard

message server internal MS port.

Link copied to clipboard

message server IP Address.

Link copied to clipboard

message server port.