Package version:

Defines the SAP Enqueue Replication Server (ERS) properties.

interface EnqueueReplicationServerProperties {
    ersVersion?: string;
    health?: string;
    hostname?: string;
    instanceNo?: string;
    ipAddress?: string;
    kernelPatch?: string;
    kernelVersion?: string;
}

Properties

ersVersion?: string

Defines the type of Enqueue Replication Server.

health?: string

Defines the health of SAP Instances.

hostname?: string

ERS SAP Hostname.

instanceNo?: string

ERS Instance Number.

ipAddress?: string

ERS SAP IP Address.

kernelPatch?: string

ERS SAP Kernel Patch level.

kernelVersion?: string

ERS SAP Kernel Version.