/AWS1/CL_VL_TARGETFAILURE¶
Describes a target failure.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/VL_STRING /AWS1/VL_STRING¶
The ID of the target. If the target group type is
INSTANCE, this is an instance ID. If the target group type isIP, this is an IP address. If the target group type isLAMBDA, this is the ARN of a Lambda function. If the target group type isALB, this is the ARN of an Application Load Balancer.
iv_port TYPE /AWS1/VL_PORT /AWS1/VL_PORT¶
The port on which the target is listening. This parameter doesn't apply if the target is a Lambda function.
iv_failurecode TYPE /AWS1/VL_STRING /AWS1/VL_STRING¶
The failure code.
iv_failuremessage TYPE /AWS1/VL_STRING /AWS1/VL_STRING¶
The failure message.
Queryable Attributes¶
id¶
The ID of the target. If the target group type is
INSTANCE, this is an instance ID. If the target group type isIP, this is an IP address. If the target group type isLAMBDA, this is the ARN of a Lambda function. If the target group type isALB, this is the ARN of an Application Load Balancer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
port¶
The port on which the target is listening. This parameter doesn't apply if the target is a Lambda function.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PORT() |
Getter for PORT, with configurable default |
ASK_PORT() |
Getter for PORT w/ exceptions if field has no value |
HAS_PORT() |
Determine if PORT has a value |
failureCode¶
The failure code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECODE() |
Getter for FAILURECODE, with configurable default |
ASK_FAILURECODE() |
Getter for FAILURECODE w/ exceptions if field has no value |
HAS_FAILURECODE() |
Determine if FAILURECODE has a value |
failureMessage¶
The failure message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE, with configurable default |
ASK_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE w/ exceptions if field has no valu |
HAS_FAILUREMESSAGE() |
Determine if FAILUREMESSAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TARGETFAILURELIST¶
TYPES TT_TARGETFAILURELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_VL_TARGETFAILURE WITH DEFAULT KEY
.