Skip to content

/AWS1/CL_EC2RSVDINSTSLISTING

Describes a Reserved Instance listing.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/EC2STRING /AWS1/EC2STRING

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

IV_CREATEDATE TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The time the listing was created.

IT_INSTANCECOUNTS TYPE /AWS1/CL_EC2INSTANCECOUNT=>TT_INSTANCECOUNTLIST TT_INSTANCECOUNTLIST

The number of instances in this state.

IT_PRICESCHEDULES TYPE /AWS1/CL_EC2PRICESCHEDULE=>TT_PRICESCHEDULELIST TT_PRICESCHEDULELIST

The price of the Reserved Instance listing.

IV_RESERVEDINSTANCESID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the Reserved Instance.

IV_RESERVEDINSTSLISTINGID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the Reserved Instance listing.

IV_STATUS TYPE /AWS1/EC2LISTINGSTATUS /AWS1/EC2LISTINGSTATUS

The status of the Reserved Instance listing.

IV_STATUSMESSAGE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The reason for the current status of the Reserved Instance listing. The response can be blank.

IT_TAGS TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST

Any tags assigned to the resource.

IV_UPDATEDATE TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME

The last modified timestamp of the listing.


Queryable Attributes

ClientToken

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

Accessible with the following methods

Method Description
GET_CLIENTTOKEN() Getter for CLIENTTOKEN, with configurable default
ASK_CLIENTTOKEN() Getter for CLIENTTOKEN w/ exceptions if field has no value
HAS_CLIENTTOKEN() Determine if CLIENTTOKEN has a value

CreateDate

The time the listing was created.

Accessible with the following methods

Method Description
GET_CREATEDATE() Getter for CREATEDATE, with configurable default
ASK_CREATEDATE() Getter for CREATEDATE w/ exceptions if field has no value
HAS_CREATEDATE() Determine if CREATEDATE has a value

InstanceCounts

The number of instances in this state.

Accessible with the following methods

Method Description
GET_INSTANCECOUNTS() Getter for INSTANCECOUNTS, with configurable default
ASK_INSTANCECOUNTS() Getter for INSTANCECOUNTS w/ exceptions if field has no valu
HAS_INSTANCECOUNTS() Determine if INSTANCECOUNTS has a value

PriceSchedules

The price of the Reserved Instance listing.

Accessible with the following methods

Method Description
GET_PRICESCHEDULES() Getter for PRICESCHEDULES, with configurable default
ASK_PRICESCHEDULES() Getter for PRICESCHEDULES w/ exceptions if field has no valu
HAS_PRICESCHEDULES() Determine if PRICESCHEDULES has a value

ReservedInstancesId

The ID of the Reserved Instance.

Accessible with the following methods

Method Description
GET_RESERVEDINSTANCESID() Getter for RESERVEDINSTANCESID, with configurable default
ASK_RESERVEDINSTANCESID() Getter for RESERVEDINSTANCESID w/ exceptions if field has no
HAS_RESERVEDINSTANCESID() Determine if RESERVEDINSTANCESID has a value

ReservedInstancesListingId

The ID of the Reserved Instance listing.

Accessible with the following methods

Method Description
GET_RESERVEDINSTSLISTINGID() Getter for RESERVEDINSTANCESLISTINGID, with configurable def
ASK_RESERVEDINSTSLISTINGID() Getter for RESERVEDINSTANCESLISTINGID w/ exceptions if field
HAS_RESERVEDINSTSLISTINGID() Determine if RESERVEDINSTANCESLISTINGID has a value

Status

The status of the Reserved Instance listing.

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

StatusMessage

The reason for the current status of the Reserved Instance listing. The response can be blank.

Accessible with the following methods

Method Description
GET_STATUSMESSAGE() Getter for STATUSMESSAGE, with configurable default
ASK_STATUSMESSAGE() Getter for STATUSMESSAGE w/ exceptions if field has no value
HAS_STATUSMESSAGE() Determine if STATUSMESSAGE has a value

Tags

Any tags assigned to the resource.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value

UpdateDate

The last modified timestamp of the listing.

Accessible with the following methods

Method Description
GET_UPDATEDATE() Getter for UPDATEDATE, with configurable default
ASK_UPDATEDATE() Getter for UPDATEDATE w/ exceptions if field has no value
HAS_UPDATEDATE() Determine if UPDATEDATE 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_RESERVEDINSTSLISTINGLIST

TYPES TT_RESERVEDINSTSLISTINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2RSVDINSTSLISTING WITH DEFAULT KEY
.