/AWS1/CL_EC2CREATEFLEETINST¶
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, On-Demand, Capacity Block for ML, or interruptible Capacity Reservation 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
windowsfor Windows instances in an EC2 Fleet. Otherwise, the value is blank.
iv_availabilityzoneid TYPE /AWS1/EC2AVAILABILITYZONEID /AWS1/EC2AVAILABILITYZONEID¶
The ID of the Availability Zone in which the instance was launched. For example,
use2-az1.Supported only for fleets of type
instant.
iv_availabilityzone TYPE /AWS1/EC2AVAILABILITYZONENAME /AWS1/EC2AVAILABILITYZONENAME¶
The name of the Availability Zone in which the instance was launched. For example,
us-east-2a.Supported only for fleets of type
instant.
iv_subnetid TYPE /AWS1/EC2SUBNETID /AWS1/EC2SUBNETID¶
The ID of the subnet in which the instance was launched.
Supported only for fleets of type
instant.
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, On-Demand, Capacity Block for ML, or interruptible Capacity Reservation 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
windowsfor Windows instances in an EC2 Fleet. 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 |
AvailabilityZoneId¶
The ID of the Availability Zone in which the instance was launched. For example,
use2-az1.Supported only for fleets of type
instant.
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 |
AvailabilityZone¶
The name of the Availability Zone in which the instance was launched. For example,
us-east-2a.Supported only for fleets of type
instant.
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 |
SubnetId¶
The ID of the subnet in which the instance was launched.
Supported only for fleets of type
instant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETID() |
Getter for SUBNETID, with configurable default |
ASK_SUBNETID() |
Getter for SUBNETID w/ exceptions if field has no value |
HAS_SUBNETID() |
Determine if SUBNETID 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_CREATEFLEETINSTANCESSET¶
TYPES TT_CREATEFLEETINSTANCESSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2CREATEFLEETINST WITH DEFAULT KEY
.