/AWS1/CL_ELBBACKENDSERVERDESC¶
Information about the configuration of an EC2 instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instanceport TYPE /AWS1/ELBINSTANCEPORT /AWS1/ELBINSTANCEPORT¶
The port on which the EC2 instance is listening.
it_policynames TYPE /AWS1/CL_ELBPOLICYNAMES_W=>TT_POLICYNAMES TT_POLICYNAMES¶
The names of the policies enabled for the EC2 instance.
Queryable Attributes¶
InstancePort¶
The port on which the EC2 instance is listening.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEPORT() |
Getter for INSTANCEPORT, with configurable default |
ASK_INSTANCEPORT() |
Getter for INSTANCEPORT w/ exceptions if field has no value |
HAS_INSTANCEPORT() |
Determine if INSTANCEPORT has a value |
PolicyNames¶
The names of the policies enabled for the EC2 instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYNAMES() |
Getter for POLICYNAMES, with configurable default |
ASK_POLICYNAMES() |
Getter for POLICYNAMES w/ exceptions if field has no value |
HAS_POLICYNAMES() |
Determine if POLICYNAMES 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_BACKENDSERVERDESCRIPTIONS¶
TYPES TT_BACKENDSERVERDESCRIPTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_ELBBACKENDSERVERDESC WITH DEFAULT KEY
.