/AWS1/CL_EC2FLEETDATA¶
Describes an EC2 Fleet.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_activitystatus TYPE /AWS1/EC2FLEETACTIVITYSTATUS /AWS1/EC2FLEETACTIVITYSTATUS¶
The progress of the EC2 Fleet.
For fleets of type
instant, the status isfulfilledafter all requests are placed, regardless of whether target capacity is met (this is the only possible status forinstantfleets).For fleets of type
requestormaintain, the status ispending_fulfillmentafter all requests are placed,fulfilledwhen the fleet size meets or exceeds target capacity,pending_terminationwhile instances are terminating when fleet size is decreased, anderrorif there's an error.
iv_createtime TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME¶
The creation date and time of the EC2 Fleet.
iv_fleetid TYPE /AWS1/EC2FLEETID /AWS1/EC2FLEETID¶
The ID of the EC2 Fleet.
iv_fleetstate TYPE /AWS1/EC2FLEETSTATECODE /AWS1/EC2FLEETSTATECODE¶
The state of the EC2 Fleet.
iv_clienttoken TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
Constraints: Maximum 64 ASCII characters
iv_excesscapterminationply TYPE /AWS1/EC2FLEETEXCESSCAPTERMI00 /AWS1/EC2FLEETEXCESSCAPTERMI00¶
Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
Supported only for fleets of type
maintain.
iv_fulfilledcapacity TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The number of units fulfilled by this request compared to the set target capacity.
iv_fulfilledondemandcapacity TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The number of units fulfilled by this request compared to the set target On-Demand capacity.
it_launchtemplateconfigs TYPE /AWS1/CL_EC2FLEETLAUNCHTMPLCFG=>TT_FLEETLAUNCHTMPLCONFIGLIST TT_FLEETLAUNCHTMPLCONFIGLIST¶
The launch template and overrides.
io_targetcapacityspec TYPE REF TO /AWS1/CL_EC2TARGETCAPACITYSPEC /AWS1/CL_EC2TARGETCAPACITYSPEC¶
The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is
maintain, you can specify a target capacity of 0 and add capacity later.
iv_terminateinstswithexpir TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
Indicates whether running instances should be terminated when the EC2 Fleet expires.
iv_type TYPE /AWS1/EC2FLEETTYPE /AWS1/EC2FLEETTYPE¶
The type of request. Indicates whether the EC2 Fleet only
requeststhe target capacity, or also attempts tomaintainit. If you request a certain target capacity, EC2 Fleet only places the required requests; it does not attempt to replenish instances if capacity is diminished, and it does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also automatically replenishes any interrupted Spot Instances. Default:maintain.
iv_validfrom TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME¶
The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.
iv_validuntil TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME¶
The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.
iv_replaceunhealthyinstances TYPE /AWS1/EC2BOOLEAN /AWS1/EC2BOOLEAN¶
Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type
maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.
io_spotoptions TYPE REF TO /AWS1/CL_EC2SPOTOPTIONS /AWS1/CL_EC2SPOTOPTIONS¶
The configuration of Spot Instances in an EC2 Fleet.
io_ondemandoptions TYPE REF TO /AWS1/CL_EC2ONDEMANDOPTIONS /AWS1/CL_EC2ONDEMANDOPTIONS¶
The allocation strategy of On-Demand Instances in an EC2 Fleet.
it_tags TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST¶
The tags for an EC2 Fleet resource.
it_errors TYPE /AWS1/CL_EC2DESCRIBEFLEETERROR=>TT_DESCRIBEFLEETSERRORSET TT_DESCRIBEFLEETSERRORSET¶
Information about the instances that could not be launched by the fleet. Valid only when Type is set to
instant.
it_instances TYPE /AWS1/CL_EC2DESCRFLEETSINSTS=>TT_DESCRIBEFLEETSINSTANCESSET TT_DESCRIBEFLEETSINSTANCESSET¶
Information about the instances that were launched by the fleet. Valid only when Type is set to
instant.
iv_context TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
Reserved.
Queryable Attributes¶
ActivityStatus¶
The progress of the EC2 Fleet.
For fleets of type
instant, the status isfulfilledafter all requests are placed, regardless of whether target capacity is met (this is the only possible status forinstantfleets).For fleets of type
requestormaintain, the status ispending_fulfillmentafter all requests are placed,fulfilledwhen the fleet size meets or exceeds target capacity,pending_terminationwhile instances are terminating when fleet size is decreased, anderrorif there's an error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIVITYSTATUS() |
Getter for ACTIVITYSTATUS, with configurable default |
ASK_ACTIVITYSTATUS() |
Getter for ACTIVITYSTATUS w/ exceptions if field has no valu |
HAS_ACTIVITYSTATUS() |
Determine if ACTIVITYSTATUS has a value |
CreateTime¶
The creation date and time of the EC2 Fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
FleetId¶
The ID of the EC2 Fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEETID() |
Getter for FLEETID, with configurable default |
ASK_FLEETID() |
Getter for FLEETID w/ exceptions if field has no value |
HAS_FLEETID() |
Determine if FLEETID has a value |
FleetState¶
The state of the EC2 Fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEETSTATE() |
Getter for FLEETSTATE, with configurable default |
ASK_FLEETSTATE() |
Getter for FLEETSTATE w/ exceptions if field has no value |
HAS_FLEETSTATE() |
Determine if FLEETSTATE has a value |
ClientToken¶
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency.
Constraints: Maximum 64 ASCII characters
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 |
ExcessCapacityTerminationPolicy¶
Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.
Supported only for fleets of type
maintain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCESSCAPTERMINATIONPLY() |
Getter for EXCESSCAPTERMINATIONPOLICY, with configurable def |
ASK_EXCESSCAPTERMINATIONPLY() |
Getter for EXCESSCAPTERMINATIONPOLICY w/ exceptions if field |
HAS_EXCESSCAPTERMINATIONPLY() |
Determine if EXCESSCAPTERMINATIONPOLICY has a value |
FulfilledCapacity¶
The number of units fulfilled by this request compared to the set target capacity.
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 |
FulfilledOnDemandCapacity¶
The number of units fulfilled by this request compared to the set target On-Demand capacity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FULFILLEDONDEMANDCAP() |
Getter for FULFILLEDONDEMANDCAPACITY, with configurable defa |
ASK_FULFILLEDONDEMANDCAP() |
Getter for FULFILLEDONDEMANDCAPACITY w/ exceptions if field |
STR_FULFILLEDONDEMANDCAP() |
String format for FULFILLEDONDEMANDCAPACITY, with configurab |
HAS_FULFILLEDONDEMANDCAP() |
Determine if FULFILLEDONDEMANDCAPACITY has a value |
LaunchTemplateConfigs¶
The launch template and overrides.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAUNCHTEMPLATECONFIGS() |
Getter for LAUNCHTEMPLATECONFIGS, with configurable default |
ASK_LAUNCHTEMPLATECONFIGS() |
Getter for LAUNCHTEMPLATECONFIGS w/ exceptions if field has |
HAS_LAUNCHTEMPLATECONFIGS() |
Determine if LAUNCHTEMPLATECONFIGS has a value |
TargetCapacitySpecification¶
The number of units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is
maintain, you can specify a target capacity of 0 and add capacity later.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETCAPACITYSPEC() |
Getter for TARGETCAPACITYSPECIFICATION |
TerminateInstancesWithExpiration¶
Indicates whether running instances should be terminated when the EC2 Fleet expires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TERMINATEINSTSWITHEXPIR() |
Getter for TERMINATEINSTANCESWITHEXPIR, with configurable de |
ASK_TERMINATEINSTSWITHEXPIR() |
Getter for TERMINATEINSTANCESWITHEXPIR w/ exceptions if fiel |
HAS_TERMINATEINSTSWITHEXPIR() |
Determine if TERMINATEINSTANCESWITHEXPIR has a value |
Type¶
The type of request. Indicates whether the EC2 Fleet only
requeststhe target capacity, or also attempts tomaintainit. If you request a certain target capacity, EC2 Fleet only places the required requests; it does not attempt to replenish instances if capacity is diminished, and it does not submit requests in alternative capacity pools if capacity is unavailable. To maintain a certain target capacity, EC2 Fleet places the required requests to meet this target capacity. It also automatically replenishes any interrupted Spot Instances. Default:maintain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
ValidFrom¶
The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). The default is to start fulfilling the request immediately.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDFROM() |
Getter for VALIDFROM, with configurable default |
ASK_VALIDFROM() |
Getter for VALIDFROM w/ exceptions if field has no value |
HAS_VALIDFROM() |
Determine if VALIDFROM has a value |
ValidUntil¶
The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). At this point, no new instance requests are placed or able to fulfill the request. The default end date is 7 days from the current date.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDUNTIL() |
Getter for VALIDUNTIL, with configurable default |
ASK_VALIDUNTIL() |
Getter for VALIDUNTIL w/ exceptions if field has no value |
HAS_VALIDUNTIL() |
Determine if VALIDUNTIL has a value |
ReplaceUnhealthyInstances¶
Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type
maintain. For more information, see EC2 Fleet health checks in the Amazon EC2 User Guide.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPLACEUNHEALTHYINSTS() |
Getter for REPLACEUNHEALTHYINSTANCES, with configurable defa |
ASK_REPLACEUNHEALTHYINSTS() |
Getter for REPLACEUNHEALTHYINSTANCES w/ exceptions if field |
HAS_REPLACEUNHEALTHYINSTS() |
Determine if REPLACEUNHEALTHYINSTANCES has a value |
SpotOptions¶
The configuration of Spot Instances in an EC2 Fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPOTOPTIONS() |
Getter for SPOTOPTIONS |
OnDemandOptions¶
The allocation strategy of On-Demand Instances in an EC2 Fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ONDEMANDOPTIONS() |
Getter for ONDEMANDOPTIONS |
Tags¶
The tags for an EC2 Fleet 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 |
Errors¶
Information about the instances that could not be launched by the fleet. Valid only when Type is set to
instant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |
Instances¶
Information about the instances that were launched by the fleet. Valid only when Type is set to
instant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCES() |
Getter for INSTANCES, with configurable default |
ASK_INSTANCES() |
Getter for INSTANCES w/ exceptions if field has no value |
HAS_INSTANCES() |
Determine if INSTANCES has a value |
Context¶
Reserved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTEXT() |
Getter for CONTEXT, with configurable default |
ASK_CONTEXT() |
Getter for CONTEXT w/ exceptions if field has no value |
HAS_CONTEXT() |
Determine if CONTEXT 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_FLEETSET¶
TYPES TT_FLEETSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2FLEETDATA WITH DEFAULT KEY
.