/AWS1/CL_EC2INSTSTATUSDETAILS¶
Describes the instance status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_impairedsince TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME¶
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
iv_name TYPE /AWS1/EC2STATUSNAME /AWS1/EC2STATUSNAME¶
The type of instance status.
iv_status TYPE /AWS1/EC2STATUSTYPE /AWS1/EC2STATUSTYPE¶
The status.
Queryable Attributes¶
ImpairedSince¶
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPAIREDSINCE() |
Getter for IMPAIREDSINCE, with configurable default |
ASK_IMPAIREDSINCE() |
Getter for IMPAIREDSINCE w/ exceptions if field has no value |
HAS_IMPAIREDSINCE() |
Determine if IMPAIREDSINCE has a value |
Name¶
The type of instance status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Status¶
The status.
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_INSTANCESTATUSDETAILSLIST¶
TYPES TT_INSTANCESTATUSDETAILSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2INSTSTATUSDETAILS WITH DEFAULT KEY
.