/AWS1/CL_EC2INSTANCECREDITSPEC¶
Describes the credit option for CPU usage of a burstable performance instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_instanceid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the instance.
iv_cpucredits TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The credit option for CPU usage of the instance.
Valid values:
standard|unlimited
Queryable Attributes¶
InstanceId¶
The ID of the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCEID() |
Getter for INSTANCEID, with configurable default |
ASK_INSTANCEID() |
Getter for INSTANCEID w/ exceptions if field has no value |
HAS_INSTANCEID() |
Determine if INSTANCEID has a value |
CpuCredits¶
The credit option for CPU usage of the instance.
Valid values:
standard|unlimited
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CPUCREDITS() |
Getter for CPUCREDITS, with configurable default |
ASK_CPUCREDITS() |
Getter for CPUCREDITS w/ exceptions if field has no value |
HAS_CPUCREDITS() |
Determine if CPUCREDITS 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_INSTANCECREDITSPECLIST¶
TYPES TT_INSTANCECREDITSPECLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2INSTANCECREDITSPEC WITH DEFAULT KEY
.