Skip to content

/AWS1/CL_EC2TARGETCONFREQUEST

Details about the target configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_OFFERINGID TYPE /AWS1/EC2RSVDINSTSOFFERINGID /AWS1/EC2RSVDINSTSOFFERINGID

The Convertible Reserved Instance offering ID.

Optional arguments:

IV_INSTANCECOUNT TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request


Queryable Attributes

InstanceCount

The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

Accessible with the following methods

Method Description
GET_INSTANCECOUNT() Getter for INSTANCECOUNT, with configurable default
ASK_INSTANCECOUNT() Getter for INSTANCECOUNT w/ exceptions if field has no value
HAS_INSTANCECOUNT() Determine if INSTANCECOUNT has a value

OfferingId

The Convertible Reserved Instance offering ID.

Accessible with the following methods

Method Description
GET_OFFERINGID() Getter for OFFERINGID, with configurable default
ASK_OFFERINGID() Getter for OFFERINGID w/ exceptions if field has no value
HAS_OFFERINGID() Determine if OFFERINGID 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_TARGETCONFREQUESTSET

TYPES TT_TARGETCONFREQUESTSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2TARGETCONFREQUEST WITH DEFAULT KEY
.