Skip to content

/AWS1/CL_MBCLISTNETWORKSOUTPUT

ListNetworksOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_NETWORKS TYPE /AWS1/CL_MBCNETWORKSUMMARY=>TT_NETWORKSUMMARYLIST TT_NETWORKSUMMARYLIST

An array of NetworkSummary objects that contain configuration properties for each network.

IV_NEXTTOKEN TYPE /AWS1/MBCPAGINATIONTOKEN /AWS1/MBCPAGINATIONTOKEN

The pagination token that indicates the next set of results to retrieve.


Queryable Attributes

Networks

An array of NetworkSummary objects that contain configuration properties for each network.

Accessible with the following methods

Method Description
GET_NETWORKS() Getter for NETWORKS, with configurable default
ASK_NETWORKS() Getter for NETWORKS w/ exceptions if field has no value
HAS_NETWORKS() Determine if NETWORKS 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