/AWS1/CL_OWXAGENTVERSION¶
Describes an agent version.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_version TYPE /AWS1/OWXSTRING /AWS1/OWXSTRING¶
The agent version.
io_configurationmanager TYPE REF TO /AWS1/CL_OWXSTACKCONFMANAGER /AWS1/CL_OWXSTACKCONFMANAGER¶
The configuration manager.
Queryable Attributes¶
Version¶
The agent version.
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 |
ConfigurationManager¶
The configuration manager.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONMANAGER() |
Getter for CONFIGURATIONMANAGER |
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_OWXAGENTVERSION WITH DEFAULT KEY
.