/AWS1/CL_MGNNETMIGDEPJOBDETS¶
Details about a network migration deployer job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/MGNNETWORKMIGRATIONJOBID /AWS1/MGNNETWORKMIGRATIONJOBID¶
The unique identifier of the deployer job.
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_createdat TYPE /AWS1/MGNTIMESTAMP /AWS1/MGNTIMESTAMP¶
The timestamp when the job was created.
iv_endedat TYPE /AWS1/MGNTIMESTAMP /AWS1/MGNTIMESTAMP¶
The timestamp when the job completed or failed.
iv_status TYPE /AWS1/MGNNETWORKMIGRJOBSTATUS /AWS1/MGNNETWORKMIGRJOBSTATUS¶
The current status of the deployer job.
iv_statusdetails TYPE /AWS1/MGNLARGEBOUNDEDSTRING /AWS1/MGNLARGEBOUNDEDSTRING¶
Detailed status information about the job.
Queryable Attributes¶
jobID¶
The unique identifier of the deployer job.
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 |
createdAt¶
The timestamp when the job 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 |
endedAt¶
The timestamp when the job completed or failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
status¶
The current status of the deployer job.
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 |
statusDetails¶
Detailed status information about the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSDETAILS() |
Getter for STATUSDETAILS, with configurable default |
ASK_STATUSDETAILS() |
Getter for STATUSDETAILS w/ exceptions if field has no value |
HAS_STATUSDETAILS() |
Determine if STATUSDETAILS 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_NETWORKMIGRDEPLOYERJOBLIST¶
TYPES TT_NETWORKMIGRDEPLOYERJOBLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNNETMIGDEPJOBDETS WITH DEFAULT KEY
.