/AWS1/CL_LMCLISTNETWORKCNCTRSP¶
ListNetworkConnectorsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_networkconnectors TYPE /AWS1/CL_LMCNETWORKCNCTUMMARY=>TT_NETWORKCONNECTORSLIST TT_NETWORKCONNECTORSLIST¶
A list of network connector summaries for the current page of results.
Optional arguments:¶
iv_nextmarker TYPE /AWS1/LMCSTRING /AWS1/LMCSTRING¶
The pagination token to include in a subsequent request to retrieve the next page. This value is null when there are no more results.
Queryable Attributes¶
NetworkConnectors¶
A list of network connector summaries for the current page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKCONNECTORS() |
Getter for NETWORKCONNECTORS, with configurable default |
ASK_NETWORKCONNECTORS() |
Getter for NETWORKCONNECTORS w/ exceptions if field has no v |
HAS_NETWORKCONNECTORS() |
Determine if NETWORKCONNECTORS has a value |
NextMarker¶
The pagination token to include in a subsequent request to retrieve the next page. This value is null when there are no more results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |