Skip to content

/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 limitPrice amount is specified. At this time, the only supported currency is USD.


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 limitPrice amount is specified. At this time, the only supported currency is USD.

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