/AWS1/CL_MBCLISTNODESOUTPUT¶
ListNodesOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_nodes TYPE /AWS1/CL_MBCNODESUMMARY=>TT_NODESUMMARYLIST TT_NODESUMMARYLIST¶
An array of
NodeSummaryobjects that contain configuration properties for each node.
iv_nexttoken TYPE /AWS1/MBCPAGINATIONTOKEN /AWS1/MBCPAGINATIONTOKEN¶
The pagination token that indicates the next set of results to retrieve.
Queryable Attributes¶
Nodes¶
An array of
NodeSummaryobjects that contain configuration properties for each node.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NODES() |
Getter for NODES, with configurable default |
ASK_NODES() |
Getter for NODES w/ exceptions if field has no value |
HAS_NODES() |
Determine if NODES has a value |
NextToken¶
The pagination token that indicates the next set of results to retrieve.
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 |