/AWS1/CL_SMSSERVERGROUP¶
Logical grouping of servers.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_servergroupid TYPE /AWS1/SMSSERVERGROUPID /AWS1/SMSSERVERGROUPID¶
The ID of a server group.
iv_name TYPE /AWS1/SMSSERVERGROUPNAME /AWS1/SMSSERVERGROUPNAME¶
The name of a server group.
it_serverlist TYPE /AWS1/CL_SMSSERVER=>TT_SERVERLIST TT_SERVERLIST¶
The servers that belong to a server group.
Queryable Attributes¶
serverGroupId¶
The ID of a server group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERGROUPID() |
Getter for SERVERGROUPID, with configurable default |
ASK_SERVERGROUPID() |
Getter for SERVERGROUPID w/ exceptions if field has no value |
HAS_SERVERGROUPID() |
Determine if SERVERGROUPID has a value |
name¶
The name of a server group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
serverList¶
The servers that belong to a server group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERLIST() |
Getter for SERVERLIST, with configurable default |
ASK_SERVERLIST() |
Getter for SERVERLIST w/ exceptions if field has no value |
HAS_SERVERLIST() |
Determine if SERVERLIST 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_SERVERGROUPS¶
TYPES TT_SERVERGROUPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMSSERVERGROUP WITH DEFAULT KEY
.