/AWS1/CL_EVSLISTVMENTSRESPONSE¶
ListVmEntitlementsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/EVSPAGINATIONTOKEN /AWS1/EVSPAGINATIONTOKEN¶
A unique pagination token for next page results. Make the call again using this token to retrieve the next page.
it_entitlements TYPE /AWS1/CL_EVSVMENTITLEMENT=>TT_VMENTITLEMENTLIST TT_VMENTITLEMENTLIST¶
A list of entitlements for virtual machines in the environment.
Queryable Attributes¶
nextToken¶
A unique pagination token for next page results. Make the call again using this token to retrieve the next page.
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 |
entitlements¶
A list of entitlements for virtual machines in the environment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTITLEMENTS() |
Getter for ENTITLEMENTS, with configurable default |
ASK_ENTITLEMENTS() |
Getter for ENTITLEMENTS w/ exceptions if field has no value |
HAS_ENTITLEMENTS() |
Determine if ENTITLEMENTS has a value |