/AWS1/CL_BLDFLEETSTATUS¶
The status of the compute fleet.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_statuscode TYPE /AWS1/BLDFLEETSTATUSCODE /AWS1/BLDFLEETSTATUSCODE¶
The status code of the compute fleet. Valid values include:
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to previous state.
ACTIVE: The compute fleet has succeeded and is active.
iv_context TYPE /AWS1/BLDFLEETCONTEXTCODE /AWS1/BLDFLEETCONTEXTCODE¶
Additional information about a compute fleet. Valid values include:
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
iv_message TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
A message associated with the status of a compute fleet.
Queryable Attributes¶
statusCode¶
The status code of the compute fleet. Valid values include:
CREATING: The compute fleet is being created.
UPDATING: The compute fleet is being updated.
ROTATING: The compute fleet is being rotated.
PENDING_DELETION: The compute fleet is pending deletion.
DELETING: The compute fleet is being deleted.
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_ROLLBACK_FAILED: The compute fleet has failed to update and could not rollback to previous state.
ACTIVE: The compute fleet has succeeded and is active.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
context¶
Additional information about a compute fleet. Valid values include:
CREATE_FAILED: The compute fleet has failed to create.
UPDATE_FAILED: The compute fleet has failed to update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTEXT() |
Getter for CONTEXT, with configurable default |
ASK_CONTEXT() |
Getter for CONTEXT w/ exceptions if field has no value |
HAS_CONTEXT() |
Determine if CONTEXT has a value |
message¶
A message associated with the status of a compute fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |