/AWS1/CL_SGMAGENTVERSION¶
Edge Manager agent version.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_version TYPE /AWS1/SGMEDGEVERSION /AWS1/SGMEDGEVERSION¶
Version of the agent.
iv_agentcount TYPE /AWS1/SGMLONG /AWS1/SGMLONG¶
The number of Edge Manager agents.
Queryable Attributes¶
Version¶
Version of the agent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
AgentCount¶
The number of Edge Manager agents.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTCOUNT() |
Getter for AGENTCOUNT, with configurable default |
ASK_AGENTCOUNT() |
Getter for AGENTCOUNT w/ exceptions if field has no value |
HAS_AGENTCOUNT() |
Determine if AGENTCOUNT 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_AGENTVERSIONS¶
TYPES TT_AGENTVERSIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMAGENTVERSION WITH DEFAULT KEY
.