Skip to content

/AWS1/CL_EC2INSTCREDITSPECREQ

Describes the credit option for CPU usage of a burstable performance instance.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/EC2INSTANCEID /AWS1/EC2INSTANCEID

The ID of the instance.

Optional arguments:

IV_CPUCREDITS TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The credit option for CPU usage of the instance.

Valid values: standard | unlimited

T3 instances with host tenancy do not support the unlimited CPU credit option.


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

T3 instances with host tenancy do not support the unlimited CPU credit option.

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_INSTCREDITSPECLISTREQUEST

TYPES TT_INSTCREDITSPECLISTREQUEST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2INSTCREDITSPECREQ WITH DEFAULT KEY
.