/AWS1/CL_MHSSERVERSUMMARY¶
Object containing details about the servers imported by Application Discovery Service
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_serverostype TYPE /AWS1/MHSSERVEROSTYPE /AWS1/MHSSERVEROSTYPE¶
Type of operating system for the servers.
iv_count TYPE /AWS1/MHSINTEGER /AWS1/MHSINTEGER¶
Number of servers.
Queryable Attributes¶
ServerOsType¶
Type of operating system for the servers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVEROSTYPE() |
Getter for SERVEROSTYPE, with configurable default |
ASK_SERVEROSTYPE() |
Getter for SERVEROSTYPE w/ exceptions if field has no value |
HAS_SERVEROSTYPE() |
Determine if SERVEROSTYPE has a value |
count¶
Number of servers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNT() |
Getter for COUNT, with configurable default |
ASK_COUNT() |
Getter for COUNT w/ exceptions if field has no value |
HAS_COUNT() |
Determine if COUNT 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_LISTSERVERSUMMARY¶
TYPES TT_LISTSERVERSUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_MHSSERVERSUMMARY WITH DEFAULT KEY
.