EnqueueReplicationServerPropertiesResponse

data class EnqueueReplicationServerPropertiesResponse(val ersVersion: String, val health: String, val hostname: String, val instanceNo: String, val ipAddress: String, val kernelPatch: String, val kernelVersion: String)

Defines the SAP Enqueue Replication Server (ERS) properties.

Constructors

constructor(ersVersion: String, health: String, hostname: String, instanceNo: String, ipAddress: String, kernelPatch: String, kernelVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the type of Enqueue Replication Server.

Link copied to clipboard

Defines the health of SAP Instances.

Link copied to clipboard

ERS SAP Hostname.

Link copied to clipboard

ERS Instance Number.

Link copied to clipboard

ERS SAP IP Address.

Link copied to clipboard

ERS SAP Kernel Patch level.

Link copied to clipboard

ERS SAP Kernel Version.