/AWS1/CL_LICMANAGEDRESRCSUMM¶
Summary information about a managed resource.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourcetype TYPE /AWS1/LICRESOURCETYPE /AWS1/LICRESOURCETYPE¶
Type of resource associated with a license.
iv_associationcount TYPE /AWS1/LICBOXLONG /AWS1/LICBOXLONG¶
Number of resources associated with licenses.
Queryable Attributes¶
ResourceType¶
Type of resource associated with a license.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
AssociationCount¶
Number of resources associated with licenses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATIONCOUNT() |
Getter for ASSOCIATIONCOUNT, with configurable default |
ASK_ASSOCIATIONCOUNT() |
Getter for ASSOCIATIONCOUNT w/ exceptions if field has no va |
HAS_ASSOCIATIONCOUNT() |
Determine if ASSOCIATIONCOUNT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MANAGEDRESOURCESUMMARYLIST¶
TYPES TT_MANAGEDRESOURCESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LICMANAGEDRESRCSUMM WITH DEFAULT KEY
.