/AWS1/CL_MDXROUTERNETIFACEFILT¶
A filter that can be used to retrieve a list of router network interfaces.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_regionnames TYPE /AWS1/CL_MDXSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The AWS Regions of the router network interfaces to include in the filter.
it_networkinterfacetypes TYPE /AWS1/CL_MDXRTRNETIFTYPELIST_W=>TT_ROUTERNETWORKIFACETYPELIST TT_ROUTERNETWORKIFACETYPELIST¶
The types of router network interfaces to include in the filter.
it_namecontains TYPE /AWS1/CL_MDXSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The names of the router network interfaces to include in the filter.
Queryable Attributes¶
RegionNames¶
The AWS Regions of the router network interfaces to include in the filter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONNAMES() |
Getter for REGIONNAMES, with configurable default |
ASK_REGIONNAMES() |
Getter for REGIONNAMES w/ exceptions if field has no value |
HAS_REGIONNAMES() |
Determine if REGIONNAMES has a value |
NetworkInterfaceTypes¶
The types of router network interfaces to include in the filter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKINTERFACETYPES() |
Getter for NETWORKINTERFACETYPES, with configurable default |
ASK_NETWORKINTERFACETYPES() |
Getter for NETWORKINTERFACETYPES w/ exceptions if field has |
HAS_NETWORKINTERFACETYPES() |
Determine if NETWORKINTERFACETYPES has a value |
NameContains¶
The names of the router network interfaces to include in the filter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMECONTAINS() |
Getter for NAMECONTAINS, with configurable default |
ASK_NAMECONTAINS() |
Getter for NAMECONTAINS w/ exceptions if field has no value |
HAS_NAMECONTAINS() |
Determine if NAMECONTAINS 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_ROUTERNETIFACEFILTERLIST¶
TYPES TT_ROUTERNETIFACEFILTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDXROUTERNETIFACEFILT WITH DEFAULT KEY
.