/AWS1/CL_CTTLANDINGZONEOPDET¶
Information about a landing zone operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_operationtype TYPE /AWS1/CTTLANDINGZONEOPTYPE /AWS1/CTTLANDINGZONEOPTYPE¶
The landing zone operation type.
Valid values:
DELETE: TheDeleteLandingZoneoperation.
CREATE: TheCreateLandingZoneoperation.
UPDATE: TheUpdateLandingZoneoperation.
RESET: TheResetLandingZoneoperation.
iv_operationidentifier TYPE /AWS1/CTTOPERATIONIDENTIFIER /AWS1/CTTOPERATIONIDENTIFIER¶
The
operationIdentifierof the landing zone operation.
iv_status TYPE /AWS1/CTTLANDINGZONEOPSTATUS /AWS1/CTTLANDINGZONEOPSTATUS¶
Valid values:
SUCCEEDED: The landing zone operation succeeded.
IN_PROGRESS: The landing zone operation is in progress.
FAILED: The landing zone operation failed.
iv_starttime TYPE /AWS1/CTTTIMESTAMP /AWS1/CTTTIMESTAMP¶
The landing zone operation start time.
iv_endtime TYPE /AWS1/CTTTIMESTAMP /AWS1/CTTTIMESTAMP¶
The landing zone operation end time.
iv_statusmessage TYPE /AWS1/CTTSTRING /AWS1/CTTSTRING¶
If the operation result is FAILED, this string contains a message explaining why the operation failed.
Queryable Attributes¶
operationType¶
The landing zone operation type.
Valid values:
DELETE: TheDeleteLandingZoneoperation.
CREATE: TheCreateLandingZoneoperation.
UPDATE: TheUpdateLandingZoneoperation.
RESET: TheResetLandingZoneoperation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONTYPE() |
Getter for OPERATIONTYPE, with configurable default |
ASK_OPERATIONTYPE() |
Getter for OPERATIONTYPE w/ exceptions if field has no value |
HAS_OPERATIONTYPE() |
Determine if OPERATIONTYPE has a value |
operationIdentifier¶
The
operationIdentifierof the landing zone operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONIDENTIFIER() |
Getter for OPERATIONIDENTIFIER, with configurable default |
ASK_OPERATIONIDENTIFIER() |
Getter for OPERATIONIDENTIFIER w/ exceptions if field has no |
HAS_OPERATIONIDENTIFIER() |
Determine if OPERATIONIDENTIFIER has a value |
status¶
Valid values:
SUCCEEDED: The landing zone operation succeeded.
IN_PROGRESS: The landing zone operation is in progress.
FAILED: The landing zone operation failed.
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 |
startTime¶
The landing zone operation start time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
The landing zone operation end time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
statusMessage¶
If the operation result is FAILED, this string contains a message explaining why the operation failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |