/AWS1/CL_SMSSERVERGRLAUNCHCONF¶
Launch configuration for a server group.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_servergroupid
TYPE /AWS1/SMSSERVERGROUPID
/AWS1/SMSSERVERGROUPID
¶
The ID of the server group with which the launch configuration is associated.
iv_launchorder
TYPE /AWS1/SMSLAUNCHORDER
/AWS1/SMSLAUNCHORDER
¶
The launch order of servers in the server group.
it_serverlaunchconfs
TYPE /AWS1/CL_SMSSERVERLAUNCHCONF=>TT_SERVERLAUNCHCONFIGURATIONS
TT_SERVERLAUNCHCONFIGURATIONS
¶
The launch configuration for servers in the server group.
Queryable Attributes¶
serverGroupId¶
The ID of the server group with which the launch configuration is associated.
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 |
launchOrder¶
The launch order of servers in the server group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAUNCHORDER() |
Getter for LAUNCHORDER, with configurable default |
ASK_LAUNCHORDER() |
Getter for LAUNCHORDER w/ exceptions if field has no value |
HAS_LAUNCHORDER() |
Determine if LAUNCHORDER has a value |
serverLaunchConfigurations¶
The launch configuration for servers in the server group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SERVERLAUNCHCONFS() |
Getter for SERVERLAUNCHCONFIGURATIONS, with configurable def |
ASK_SERVERLAUNCHCONFS() |
Getter for SERVERLAUNCHCONFIGURATIONS w/ exceptions if field |
HAS_SERVERLAUNCHCONFS() |
Determine if SERVERLAUNCHCONFIGURATIONS 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_SERVERGROUPLAUNCHCONFS
¶
TYPES TT_SERVERGROUPLAUNCHCONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMSSERVERGRLAUNCHCONF WITH DEFAULT KEY
.