/AWS1/CL_EC2RSVDINSTLIMITPRICE¶
Describes the limit price of a Reserved Instance offering.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_amount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
iv_currencycode TYPE /AWS1/EC2CURRENCYCODEVALUES /AWS1/EC2CURRENCYCODEVALUES¶
The currency in which the
limitPriceamount is specified. At this time, the only supported currency isUSD.
Queryable Attributes¶
Amount¶
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMOUNT() |
Getter for AMOUNT, with configurable default |
ASK_AMOUNT() |
Getter for AMOUNT w/ exceptions if field has no value |
STR_AMOUNT() |
String format for AMOUNT, with configurable default |
HAS_AMOUNT() |
Determine if AMOUNT has a value |
CurrencyCode¶
The currency in which the
limitPriceamount is specified. At this time, the only supported currency isUSD.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CURRENCYCODE() |
Getter for CURRENCYCODE, with configurable default |
ASK_CURRENCYCODE() |
Getter for CURRENCYCODE w/ exceptions if field has no value |
HAS_CURRENCYCODE() |
Determine if CURRENCYCODE has a value |