/AWS1/CL_TCBLSTSOLFUNCPACKAG01¶
ListSolFunctionPackagesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_functionpackages TYPE /AWS1/CL_TCBLSTSOLFUNCPACKAG02=>TT_LISTSOLFUNCPACKAGERESOURCES TT_LISTSOLFUNCPACKAGERESOURCES¶
Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
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.
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 |
functionPackages¶
Function packages. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONPACKAGES() |
Getter for FUNCTIONPACKAGES, with configurable default |
ASK_FUNCTIONPACKAGES() |
Getter for FUNCTIONPACKAGES w/ exceptions if field has no va |
HAS_FUNCTIONPACKAGES() |
Determine if FUNCTIONPACKAGES has a value |