/AWS1/CL_MGNNETWORKMIGREXEC¶
Details about a network migration execution instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_networkmigrationdefnid TYPE /AWS1/MGNNETWORKMIGRDEFNID /AWS1/MGNNETWORKMIGRDEFNID¶
The unique identifier of the network migration definition used by this execution.
iv_networkmigrationexecid TYPE /AWS1/MGNNETWORKMIGREXECID /AWS1/MGNNETWORKMIGREXECID¶
The unique identifier of the execution.
iv_status TYPE /AWS1/MGNEXECUTIONSTATUS /AWS1/MGNEXECUTIONSTATUS¶
The current status of the execution.
iv_stage TYPE /AWS1/MGNEXECUTIONSTAGE /AWS1/MGNEXECUTIONSTAGE¶
The current stage of the execution in the migration workflow.
iv_activity TYPE /AWS1/MGNEXECSTAGEACTIVITY /AWS1/MGNEXECSTAGEACTIVITY¶
The current activity being performed in the execution.
iv_createdat TYPE /AWS1/MGNTIMESTAMP /AWS1/MGNTIMESTAMP¶
The timestamp when the execution was created.
iv_updatedat TYPE /AWS1/MGNTIMESTAMP /AWS1/MGNTIMESTAMP¶
The timestamp when the execution was last updated.
it_tags TYPE /AWS1/CL_MGNTAGSMAP_W=>TT_TAGSMAP TT_TAGSMAP¶
Tags assigned to the execution.
Queryable Attributes¶
networkMigrationDefinitionID¶
The unique identifier of the network migration definition used by this execution.
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 |
networkMigrationExecutionID¶
The unique identifier of the 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 |
status¶
The current status of the execution.
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 |
stage¶
The current stage of the execution in the migration workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STAGE() |
Getter for STAGE, with configurable default |
ASK_STAGE() |
Getter for STAGE w/ exceptions if field has no value |
HAS_STAGE() |
Determine if STAGE has a value |
activity¶
The current activity being performed in the execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVITY() |
Getter for ACTIVITY, with configurable default |
ASK_ACTIVITY() |
Getter for ACTIVITY w/ exceptions if field has no value |
HAS_ACTIVITY() |
Determine if ACTIVITY has a value |
createdAt¶
The timestamp when the execution was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp when the execution 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 |
tags¶
Tags assigned to the execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_NETWORKMIGRATIONEXECSLIST¶
TYPES TT_NETWORKMIGRATIONEXECSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNNETWORKMIGREXEC WITH DEFAULT KEY
.