/AWS1/CL_APMLISTVIRTUALSVCSOUT¶
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_virtualservices TYPE /AWS1/CL_APMVIRTUALSERVICEREF=>TT_VIRTUALSERVICELIST TT_VIRTUALSERVICELIST¶
The list of existing virtual services for the specified service mesh.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/APMSTRING /AWS1/APMSTRING¶
The
nextTokenvalue to include in a futureListVirtualServicesrequest. When the results of aListVirtualServicesrequest exceedlimit, you can use this value to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
virtualServices¶
The list of existing virtual services for the specified service mesh.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIRTUALSERVICES() |
Getter for VIRTUALSERVICES, with configurable default |
ASK_VIRTUALSERVICES() |
Getter for VIRTUALSERVICES w/ exceptions if field has no val |
HAS_VIRTUALSERVICES() |
Determine if VIRTUALSERVICES has a value |
nextToken¶
The
nextTokenvalue to include in a futureListVirtualServicesrequest. When the results of aListVirtualServicesrequest exceedlimit, you can use this value to retrieve the next page of results. This value isnullwhen 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 |