/AWS1/CL_MGNNETMIGRALYRESULT¶
The result of a network migration analysis operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/MGNNETWORKMIGRATIONJOBID /AWS1/MGNNETWORKMIGRATIONJOBID¶
The unique identifier of the analysis job that generated this result.
iv_networkmigrationexecid TYPE /AWS1/MGNNETWORKMIGREXECID /AWS1/MGNNETWORKMIGREXECID¶
The unique identifier of the network migration execution.
iv_networkmigrationdefnid TYPE /AWS1/MGNNETWORKMIGRDEFNID /AWS1/MGNNETWORKMIGRDEFNID¶
The unique identifier of the network migration definition.
iv_analyzertype TYPE /AWS1/MGNANALYZERTYPE /AWS1/MGNANALYZERTYPE¶
The type of analyzer that generated this result.
io_source TYPE REF TO /AWS1/CL_MGNNETMIGRALYRSLTSRC /AWS1/CL_MGNNETMIGRALYRSLTSRC¶
The source resource that was analyzed.
io_target TYPE REF TO /AWS1/CL_MGNNETMIGRALYRSLTTGT /AWS1/CL_MGNNETMIGRALYRSLTTGT¶
The target resource in the analysis.
iv_status TYPE /AWS1/MGNNETMIGRALYRSLTSTATUS /AWS1/MGNNETMIGRALYRSLTSTATUS¶
The status of the analysis result.
iv_analysisresult TYPE /AWS1/MGNSTRING /AWS1/MGNSTRING¶
The detailed analysis findings and recommendations.
Queryable Attributes¶
jobID¶
The unique identifier of the analysis job that generated this result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
networkMigrationExecutionID¶
The unique identifier of the network migration execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKMIGRATIONEXECID() |
Getter for NETWORKMIGRATIONEXECUTIONID, with configurable de |
ASK_NETWORKMIGRATIONEXECID() |
Getter for NETWORKMIGRATIONEXECUTIONID w/ exceptions if fiel |
HAS_NETWORKMIGRATIONEXECID() |
Determine if NETWORKMIGRATIONEXECUTIONID has a value |
networkMigrationDefinitionID¶
The unique identifier of the network migration definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKMIGRATIONDEFNID() |
Getter for NETWORKMIGRATIONDEFINITIONID, with configurable d |
ASK_NETWORKMIGRATIONDEFNID() |
Getter for NETWORKMIGRATIONDEFINITIONID w/ exceptions if fie |
HAS_NETWORKMIGRATIONDEFNID() |
Determine if NETWORKMIGRATIONDEFINITIONID has a value |
analyzerType¶
The type of analyzer that generated this result.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYZERTYPE() |
Getter for ANALYZERTYPE, with configurable default |
ASK_ANALYZERTYPE() |
Getter for ANALYZERTYPE w/ exceptions if field has no value |
HAS_ANALYZERTYPE() |
Determine if ANALYZERTYPE has a value |
source¶
The source resource that was analyzed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE |
target¶
The target resource in the analysis.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGET() |
Getter for TARGET |
status¶
The status of the analysis result.
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 |
analysisResult¶
The detailed analysis findings and recommendations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISRESULT() |
Getter for ANALYSISRESULT, with configurable default |
ASK_ANALYSISRESULT() |
Getter for ANALYSISRESULT w/ exceptions if field has no valu |
HAS_ANALYSISRESULT() |
Determine if ANALYSISRESULT 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_NETWORKMIGRALYRESULTSLIST¶
TYPES TT_NETWORKMIGRALYRESULTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNNETMIGRALYRESULT WITH DEFAULT KEY
.