/AWS1/CL_GACCUSTROUTINGDSTCONF¶
For a custom routing accelerator, sets the port range and protocol for all endpoints (virtual private cloud subnets) in an endpoint group to accept client traffic on.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_fromport
TYPE /AWS1/GACPORTNUMBER
/AWS1/GACPORTNUMBER
¶
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
iv_toport
TYPE /AWS1/GACPORTNUMBER
/AWS1/GACPORTNUMBER
¶
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
it_protocols
TYPE /AWS1/CL_GACCUSTROUTINGPROTO00=>TT_CUSTOMROUTINGPROTOCOLS
TT_CUSTOMROUTINGPROTOCOLS
¶
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
Queryable Attributes¶
FromPort¶
The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FROMPORT() |
Getter for FROMPORT, with configurable default |
ASK_FROMPORT() |
Getter for FROMPORT w/ exceptions if field has no value |
HAS_FROMPORT() |
Determine if FROMPORT has a value |
ToPort¶
The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOPORT() |
Getter for TOPORT, with configurable default |
ASK_TOPORT() |
Getter for TOPORT w/ exceptions if field has no value |
HAS_TOPORT() |
Determine if TOPORT has a value |
Protocols¶
The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROTOCOLS() |
Getter for PROTOCOLS, with configurable default |
ASK_PROTOCOLS() |
Getter for PROTOCOLS w/ exceptions if field has no value |
HAS_PROTOCOLS() |
Determine if PROTOCOLS 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_CUSTOMROUTINGDSTCONFS
¶
TYPES TT_CUSTOMROUTINGDSTCONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GACCUSTROUTINGDSTCONF WITH DEFAULT KEY
.