Skip to content

/AWS1/CL_EC2FLEETCAPRESERVAT00

Information about a Capacity Reservation in a Capacity Reservation Fleet.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CAPACITYRESERVATIONID TYPE /AWS1/EC2CAPACITYRESERVATIONID /AWS1/EC2CAPACITYRESERVATIONID

The ID of the Capacity Reservation.

IV_AVAILABILITYZONEID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The ID of the Availability Zone in which the Capacity Reservation reserves capacity.

IV_INSTANCETYPE TYPE /AWS1/EC2INSTANCETYPE /AWS1/EC2INSTANCETYPE

The instance type for which the Capacity Reservation reserves capacity.

IV_INSTANCEPLATFORM TYPE /AWS1/EC2CAPRESERVATIONINSTP00 /AWS1/EC2CAPRESERVATIONINSTP00

The type of operating system for which the Capacity Reservation reserves capacity.

IV_AVAILABILITYZONE TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Availability Zone in which the Capacity Reservation reserves capacity.

IV_TOTALINSTANCECOUNT TYPE /AWS1/EC2INTEGER /AWS1/EC2INTEGER

The total number of instances for which the Capacity Reservation reserves capacity.

IV_FULFILLEDCAPACITY TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.

IV_EBSOPTIMIZED TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN

Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.

IV_CREATEDATE TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME

The date and time at which the Capacity Reservation was created.

IV_WEIGHT TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.

IV_PRIORITY TYPE /AWS1/EC2INTEGERWITHCNSTRNTS /AWS1/EC2INTEGERWITHCNSTRNTS

The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.


Queryable Attributes

CapacityReservationId

The ID of the Capacity Reservation.

Accessible with the following methods

Method Description
GET_CAPACITYRESERVATIONID() Getter for CAPACITYRESERVATIONID, with configurable default
ASK_CAPACITYRESERVATIONID() Getter for CAPACITYRESERVATIONID w/ exceptions if field has
HAS_CAPACITYRESERVATIONID() Determine if CAPACITYRESERVATIONID has a value

AvailabilityZoneId

The ID of the Availability Zone in which the Capacity Reservation reserves capacity.

Accessible with the following methods

Method Description
GET_AVAILABILITYZONEID() Getter for AVAILABILITYZONEID, with configurable default
ASK_AVAILABILITYZONEID() Getter for AVAILABILITYZONEID w/ exceptions if field has no
HAS_AVAILABILITYZONEID() Determine if AVAILABILITYZONEID has a value

InstanceType

The instance type for which the Capacity Reservation reserves capacity.

Accessible with the following methods

Method Description
GET_INSTANCETYPE() Getter for INSTANCETYPE, with configurable default
ASK_INSTANCETYPE() Getter for INSTANCETYPE w/ exceptions if field has no value
HAS_INSTANCETYPE() Determine if INSTANCETYPE has a value

InstancePlatform

The type of operating system for which the Capacity Reservation reserves capacity.

Accessible with the following methods

Method Description
GET_INSTANCEPLATFORM() Getter for INSTANCEPLATFORM, with configurable default
ASK_INSTANCEPLATFORM() Getter for INSTANCEPLATFORM w/ exceptions if field has no va
HAS_INSTANCEPLATFORM() Determine if INSTANCEPLATFORM has a value

AvailabilityZone

The Availability Zone in which the Capacity Reservation reserves capacity.

Accessible with the following methods

Method Description
GET_AVAILABILITYZONE() Getter for AVAILABILITYZONE, with configurable default
ASK_AVAILABILITYZONE() Getter for AVAILABILITYZONE w/ exceptions if field has no va
HAS_AVAILABILITYZONE() Determine if AVAILABILITYZONE has a value

TotalInstanceCount

The total number of instances for which the Capacity Reservation reserves capacity.

Accessible with the following methods

Method Description
GET_TOTALINSTANCECOUNT() Getter for TOTALINSTANCECOUNT, with configurable default
ASK_TOTALINSTANCECOUNT() Getter for TOTALINSTANCECOUNT w/ exceptions if field has no
HAS_TOTALINSTANCECOUNT() Determine if TOTALINSTANCECOUNT has a value

FulfilledCapacity

The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.

Accessible with the following methods

Method Description
GET_FULFILLEDCAPACITY() Getter for FULFILLEDCAPACITY, with configurable default
ASK_FULFILLEDCAPACITY() Getter for FULFILLEDCAPACITY w/ exceptions if field has no v
STR_FULFILLEDCAPACITY() String format for FULFILLEDCAPACITY, with configurable defau
HAS_FULFILLEDCAPACITY() Determine if FULFILLEDCAPACITY has a value

EbsOptimized

Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.

Accessible with the following methods

Method Description
GET_EBSOPTIMIZED() Getter for EBSOPTIMIZED, with configurable default
ASK_EBSOPTIMIZED() Getter for EBSOPTIMIZED w/ exceptions if field has no value
HAS_EBSOPTIMIZED() Determine if EBSOPTIMIZED has a value

CreateDate

The date and time at which the Capacity Reservation 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

Weight

The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.

Accessible with the following methods

Method Description
GET_WEIGHT() Getter for WEIGHT, with configurable default
ASK_WEIGHT() Getter for WEIGHT w/ exceptions if field has no value
STR_WEIGHT() String format for WEIGHT, with configurable default
HAS_WEIGHT() Determine if WEIGHT has a value

Priority

The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.

Accessible with the following methods

Method Description
GET_PRIORITY() Getter for PRIORITY, with configurable default
ASK_PRIORITY() Getter for PRIORITY w/ exceptions if field has no value
HAS_PRIORITY() Determine if PRIORITY 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_FLEETCAPACITYRESERVATIONSET

TYPES TT_FLEETCAPACITYRESERVATIONSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2FLEETCAPRESERVAT00 WITH DEFAULT KEY
.