/AWS1/CL_TCBGETSOLNETWORKOPT00¶
Gets the details of a network operation.
A network operation is any operation that is done to your network, such as network instance instantiation or termination.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_taskname
TYPE /AWS1/TCBSTRING
/AWS1/TCBSTRING
¶
Task name.
it_taskcontext
TYPE /AWS1/CL_TCBSTRINGMAP_W=>TT_STRINGMAP
TT_STRINGMAP
¶
Context for the network operation task.
io_taskerrordetails
TYPE REF TO /AWS1/CL_TCBERRORINFO
/AWS1/CL_TCBERRORINFO
¶
Task error details.
iv_taskstatus
TYPE /AWS1/TCBTASKSTATUS
/AWS1/TCBTASKSTATUS
¶
Task status.
iv_taskstarttime
TYPE /AWS1/TCBTIMESTAMP
/AWS1/TCBTIMESTAMP
¶
Task start time.
iv_taskendtime
TYPE /AWS1/TCBTIMESTAMP
/AWS1/TCBTIMESTAMP
¶
Task end time.
Queryable Attributes¶
taskName¶
Task name.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKNAME() |
Getter for TASKNAME, with configurable default |
ASK_TASKNAME() |
Getter for TASKNAME w/ exceptions if field has no value |
HAS_TASKNAME() |
Determine if TASKNAME has a value |
taskContext¶
Context for the network operation task.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKCONTEXT() |
Getter for TASKCONTEXT, with configurable default |
ASK_TASKCONTEXT() |
Getter for TASKCONTEXT w/ exceptions if field has no value |
HAS_TASKCONTEXT() |
Determine if TASKCONTEXT has a value |
taskErrorDetails¶
Task error details.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKERRORDETAILS() |
Getter for TASKERRORDETAILS |
taskStatus¶
Task status.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKSTATUS() |
Getter for TASKSTATUS, with configurable default |
ASK_TASKSTATUS() |
Getter for TASKSTATUS w/ exceptions if field has no value |
HAS_TASKSTATUS() |
Determine if TASKSTATUS has a value |
taskStartTime¶
Task start time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKSTARTTIME() |
Getter for TASKSTARTTIME, with configurable default |
ASK_TASKSTARTTIME() |
Getter for TASKSTARTTIME w/ exceptions if field has no value |
HAS_TASKSTARTTIME() |
Determine if TASKSTARTTIME has a value |
taskEndTime¶
Task end time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TASKENDTIME() |
Getter for TASKENDTIME, with configurable default |
ASK_TASKENDTIME() |
Getter for TASKENDTIME w/ exceptions if field has no value |
HAS_TASKENDTIME() |
Determine if TASKENDTIME 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_GETSOLNETWORKOPTASKSLIST
¶
TYPES TT_GETSOLNETWORKOPTASKSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_TCBGETSOLNETWORKOPT00 WITH DEFAULT KEY
.