/AWS1/CL_AINDSCCOMPONENTCONF01¶
DescribeComponentConfigurationResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_monitor TYPE /AWS1/AINMONITOR /AWS1/AINMONITOR¶
Indicates whether the application component is monitored.
iv_tier TYPE /AWS1/AINTIER /AWS1/AINTIER¶
The tier of the application component. Supported tiers include
DOT_NET_CORE,DOT_NET_WORKER,DOT_NET_WEB,SQL_SERVER, andDEFAULT
iv_componentconfiguration TYPE /AWS1/AINCOMPONENTCONF /AWS1/AINCOMPONENTCONF¶
The configuration settings of the component. The value is the escaped JSON of the configuration.
Queryable Attributes¶
Monitor¶
Indicates whether the application component is monitored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITOR() |
Getter for MONITOR, with configurable default |
ASK_MONITOR() |
Getter for MONITOR w/ exceptions if field has no value |
HAS_MONITOR() |
Determine if MONITOR has a value |
Tier¶
The tier of the application component. Supported tiers include
DOT_NET_CORE,DOT_NET_WORKER,DOT_NET_WEB,SQL_SERVER, andDEFAULT
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIER() |
Getter for TIER, with configurable default |
ASK_TIER() |
Getter for TIER w/ exceptions if field has no value |
HAS_TIER() |
Determine if TIER has a value |
ComponentConfiguration¶
The configuration settings of the component. The value is the escaped JSON of the configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPONENTCONFIGURATION() |
Getter for COMPONENTCONFIGURATION, with configurable default |
ASK_COMPONENTCONFIGURATION() |
Getter for COMPONENTCONFIGURATION w/ exceptions if field has |
HAS_COMPONENTCONFIGURATION() |
Determine if COMPONENTCONFIGURATION has a value |