/AWS1/CL_SDYOPERATIONSUMMARY¶
A complex type that contains information about an operation that matches the criteria that you specified in a ListOperations request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/SDYOPERATIONID /AWS1/SDYOPERATIONID¶
The ID for an operation.
iv_status TYPE /AWS1/SDYOPERATIONSTATUS /AWS1/SDYOPERATIONSTATUS¶
The status of the operation. Values include the following:
SUBMITTED: This is the initial state immediately after you submit a request.
PENDING: Cloud Map is performing the operation.
SUCCESS: The operation succeeded.
FAIL: The operation failed. For the failure reason, see
ErrorMessage.
Queryable Attributes¶
Id¶
The ID for an operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Status¶
The status of the operation. Values include the following:
SUBMITTED: This is the initial state immediately after you submit a request.
PENDING: Cloud Map is performing the operation.
SUCCESS: The operation succeeded.
FAIL: The operation failed. For the failure reason, see
ErrorMessage.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OPERATIONSUMMARYLIST¶
TYPES TT_OPERATIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SDYOPERATIONSUMMARY WITH DEFAULT KEY
.