/AWS1/CL_VL_DEREGTARGETSRSP¶
DeregisterTargetsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_successful TYPE /AWS1/CL_VL_TARGET=>TT_TARGETLIST TT_TARGETLIST¶
The targets that were successfully deregistered.
it_unsuccessful TYPE /AWS1/CL_VL_TARGETFAILURE=>TT_TARGETFAILURELIST TT_TARGETFAILURELIST¶
The targets that the operation couldn't deregister.
Queryable Attributes¶
successful¶
The targets that were successfully deregistered.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSFUL() |
Getter for SUCCESSFUL, with configurable default |
ASK_SUCCESSFUL() |
Getter for SUCCESSFUL w/ exceptions if field has no value |
HAS_SUCCESSFUL() |
Determine if SUCCESSFUL has a value |
unsuccessful¶
The targets that the operation couldn't deregister.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UNSUCCESSFUL() |
Getter for UNSUCCESSFUL, with configurable default |
ASK_UNSUCCESSFUL() |
Getter for UNSUCCESSFUL w/ exceptions if field has no value |
HAS_UNSUCCESSFUL() |
Determine if UNSUCCESSFUL has a value |