/AWS1/CL_MGNNETMIGRFAILRESDETS¶
Details about a resource that failed to deploy.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_logicalid TYPE /AWS1/MGNLOGICALID /AWS1/MGNLOGICALID¶
The logical ID of the failed resource.
iv_status TYPE /AWS1/MGNNETMIGRFAILEDRESTATUS /AWS1/MGNNETMIGRFAILEDRESTATUS¶
The status of the failed resource.
iv_statusreason TYPE /AWS1/MGNLARGEBOUNDEDSTRING /AWS1/MGNLARGEBOUNDEDSTRING¶
The reason why the resource failed.
Queryable Attributes¶
logicalID¶
The logical ID of the failed resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGICALID() |
Getter for LOGICALID, with configurable default |
ASK_LOGICALID() |
Getter for LOGICALID w/ exceptions if field has no value |
HAS_LOGICALID() |
Determine if LOGICALID has a value |
status¶
The status of the failed resource.
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 |
statusReason¶
The reason why the resource failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON 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_NETWORKMIGRFAILEDRESLIST¶
TYPES TT_NETWORKMIGRFAILEDRESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNNETMIGRFAILRESDETS WITH DEFAULT KEY
.