/AWS1/CL_REVDEPNDNCYDISCVRYCFG¶
Configuration for dependency discovery on a service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/REVDEPNDNCYDISCVRYSTATUS /AWS1/REVDEPNDNCYDISCVRYSTATUS¶
The current status of dependency discovery.
Optional arguments:¶
iv_updatedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp when dependency discovery was last updated.
iv_eligibleresourcecount TYPE /AWS1/REVINTEGER /AWS1/REVINTEGER¶
The count of resources eligible for dependency attribution.
iv_message TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
A status message for dependency discovery, displayed during the initialization state.
Queryable Attributes¶
status¶
The current status of dependency discovery.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
updatedAt¶
The timestamp when dependency discovery was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
eligibleResourceCount¶
The count of resources eligible for dependency attribution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ELIGIBLERESOURCECOUNT() |
Getter for ELIGIBLERESOURCECOUNT, with configurable default |
ASK_ELIGIBLERESOURCECOUNT() |
Getter for ELIGIBLERESOURCECOUNT w/ exceptions if field has |
HAS_ELIGIBLERESOURCECOUNT() |
Determine if ELIGIBLERESOURCECOUNT has a value |
message¶
A status message for dependency discovery, displayed during the initialization state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |