Skip to content

/AWS1/CL_EC2DESCRFLEETSINSTS

Describes the instances that were launched by the fleet.

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_LAUNCHTMPLANDOVERRIDES TYPE REF TO /AWS1/CL_EC2LAUNCHTMPLANDOVE00 /AWS1/CL_EC2LAUNCHTMPLANDOVE00

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

IV_LIFECYCLE TYPE /AWS1/EC2INSTANCELIFECYCLE /AWS1/EC2INSTANCELIFECYCLE

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

IT_INSTANCEIDS TYPE /AWS1/CL_EC2INSTANCEIDSSET_W=>TT_INSTANCEIDSSET TT_INSTANCEIDSSET

The IDs of the instances.

IV_INSTANCETYPE TYPE /AWS1/EC2INSTANCETYPE /AWS1/EC2INSTANCETYPE

The instance type.

IV_PLATFORM TYPE /AWS1/EC2PLATFORMVALUES /AWS1/EC2PLATFORMVALUES

The value is Windows for Windows instances. Otherwise, the value is blank.


Queryable Attributes

LaunchTemplateAndOverrides

The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

Accessible with the following methods

Method Description
GET_LAUNCHTMPLANDOVERRIDES() Getter for LAUNCHTEMPLATEANDOVERRIDES

Lifecycle

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

Accessible with the following methods

Method Description
GET_LIFECYCLE() Getter for LIFECYCLE, with configurable default
ASK_LIFECYCLE() Getter for LIFECYCLE w/ exceptions if field has no value
HAS_LIFECYCLE() Determine if LIFECYCLE has a value

InstanceIds

The IDs of the instances.

Accessible with the following methods

Method Description
GET_INSTANCEIDS() Getter for INSTANCEIDS, with configurable default
ASK_INSTANCEIDS() Getter for INSTANCEIDS w/ exceptions if field has no value
HAS_INSTANCEIDS() Determine if INSTANCEIDS has a value

InstanceType

The instance type.

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

Platform

The value is Windows for Windows instances. Otherwise, the value is blank.

Accessible with the following methods

Method Description
GET_PLATFORM() Getter for PLATFORM, with configurable default
ASK_PLATFORM() Getter for PLATFORM w/ exceptions if field has no value
HAS_PLATFORM() Determine if PLATFORM 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_DESCRIBEFLEETSINSTANCESSET

TYPES TT_DESCRIBEFLEETSINSTANCESSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2DESCRFLEETSINSTS WITH DEFAULT KEY
.