/AWS1/CL_REVRESDISCVRYSTATUS¶
Contains the status of resource discovery for a service.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/REVRESDISCVRYRUNSTATUS /AWS1/REVRESDISCVRYRUNSTATUS¶
The current status of resource discovery.
iv_lastrunat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP¶
The timestamp of the last resource discovery run.
iv_errorcode TYPE /AWS1/REVRESDISCVRYERRORCODE /AWS1/REVRESDISCVRYERRORCODE¶
The error code if resource discovery failed.
iv_errormessage TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
A message describing the error if resource discovery failed.
Queryable Attributes¶
status¶
The current status of resource 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 |
lastRunAt¶
The timestamp of the last resource discovery run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTRUNAT() |
Getter for LASTRUNAT, with configurable default |
ASK_LASTRUNAT() |
Getter for LASTRUNAT w/ exceptions if field has no value |
HAS_LASTRUNAT() |
Determine if LASTRUNAT has a value |
errorCode¶
The error code if resource discovery failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
errorMessage¶
A message describing the error if resource discovery failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |