/AWS1/CL_VL_TARGET¶
Describes a target.
CONSTRUCTOR
¶
IMPORTING¶
Required 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.
Optional arguments:¶
IV_PORT
TYPE /AWS1/VL_PORT
/AWS1/VL_PORT
¶
The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the default is 443.
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. For HTTP, the default is 80. For HTTPS, the default is 443.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TARGETLIST
¶
TYPES TT_TARGETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_VL_TARGET WITH DEFAULT KEY
.