Skip to content

/AWS1/CL_EL2TARGETHEALTHDESC

Information about the health of a target.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_target TYPE REF TO /AWS1/CL_EL2TARGETDESCRIPTION /AWS1/CL_EL2TARGETDESCRIPTION

The description of the target.

iv_healthcheckport TYPE /AWS1/EL2HEALTHCHECKPORT /AWS1/EL2HEALTHCHECKPORT

The port to use to connect with the target.

io_targethealth TYPE REF TO /AWS1/CL_EL2TARGETHEALTH /AWS1/CL_EL2TARGETHEALTH

The health information for the target.

io_anomalydetection TYPE REF TO /AWS1/CL_EL2ANOMALYDETECTION /AWS1/CL_EL2ANOMALYDETECTION

The anomaly detection result for the target.

If no anomalies were detected, the result is normal.

If anomalies were detected, the result is anomalous.

io_administrativeoverride TYPE REF TO /AWS1/CL_EL2ADMINISTRATIVEOV00 /AWS1/CL_EL2ADMINISTRATIVEOV00

The administrative override information for the target.


Queryable Attributes

Target

The description of the target.

Accessible with the following methods

Method Description
GET_TARGET() Getter for TARGET

HealthCheckPort

The port to use to connect with the target.

Accessible with the following methods

Method Description
GET_HEALTHCHECKPORT() Getter for HEALTHCHECKPORT, with configurable default
ASK_HEALTHCHECKPORT() Getter for HEALTHCHECKPORT w/ exceptions if field has no val
HAS_HEALTHCHECKPORT() Determine if HEALTHCHECKPORT has a value

TargetHealth

The health information for the target.

Accessible with the following methods

Method Description
GET_TARGETHEALTH() Getter for TARGETHEALTH

AnomalyDetection

The anomaly detection result for the target.

If no anomalies were detected, the result is normal.

If anomalies were detected, the result is anomalous.

Accessible with the following methods

Method Description
GET_ANOMALYDETECTION() Getter for ANOMALYDETECTION

AdministrativeOverride

The administrative override information for the target.

Accessible with the following methods

Method Description
GET_ADMINISTRATIVEOVERRIDE() Getter for ADMINISTRATIVEOVERRIDE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TARGETHEALTHDESCRIPTIONS

TYPES TT_TARGETHEALTHDESCRIPTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2TARGETHEALTHDESC WITH DEFAULT KEY
.