/AWS1/CL_TCBLSTSOLNETWORKOPS01¶
ListSolNetworkOperationsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/TCBPAGINATIONTOKEN /AWS1/TCBPAGINATIONTOKEN¶
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.
it_networkoperations TYPE /AWS1/CL_TCBLSTSOLNETWORKOPS02=>TT_LISTSOLNETWORKOPSRESOURCES TT_LISTSOLNETWORKOPSRESOURCES¶
Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete operations.
Queryable Attributes¶
nextToken¶
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
networkOperations¶
Lists network operation occurrences. Lifecycle management operations are deploy, update, or delete operations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKOPERATIONS() |
Getter for NETWORKOPERATIONS, with configurable default |
ASK_NETWORKOPERATIONS() |
Getter for NETWORKOPERATIONS w/ exceptions if field has no v |
HAS_NETWORKOPERATIONS() |
Determine if NETWORKOPERATIONS has a value |