/AWS1/CL_EC2TGWPLYTABLEENTRY¶
Describes a transit gateway policy table entry
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_policyrulenumber TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The rule number for the transit gateway policy table entry.
io_policyrule TYPE REF TO /AWS1/CL_EC2TGWPOLICYRULE /AWS1/CL_EC2TGWPOLICYRULE¶
The policy rule associated with the transit gateway policy table.
iv_targetroutetableid TYPE /AWS1/EC2TGWROUTETABLEID /AWS1/EC2TGWROUTETABLEID¶
The ID of the target route table.
Queryable Attributes¶
PolicyRuleNumber¶
The rule number for the transit gateway policy table entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYRULENUMBER() |
Getter for POLICYRULENUMBER, with configurable default |
ASK_POLICYRULENUMBER() |
Getter for POLICYRULENUMBER w/ exceptions if field has no va |
HAS_POLICYRULENUMBER() |
Determine if POLICYRULENUMBER has a value |
PolicyRule¶
The policy rule associated with the transit gateway policy table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYRULE() |
Getter for POLICYRULE |
TargetRouteTableId¶
The ID of the target route table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETROUTETABLEID() |
Getter for TARGETROUTETABLEID, with configurable default |
ASK_TARGETROUTETABLEID() |
Getter for TARGETROUTETABLEID w/ exceptions if field has no |
HAS_TARGETROUTETABLEID() |
Determine if TARGETROUTETABLEID 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_TGWPOLICYTABLEENTRYLIST¶
TYPES TT_TGWPOLICYTABLEENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2TGWPLYTABLEENTRY WITH DEFAULT KEY
.