/AWS1/CL_EC2CREATEFLEETRESULT¶
CreateFleetResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_fleetid TYPE /AWS1/EC2FLEETID /AWS1/EC2FLEETID¶
The ID of the EC2 Fleet.
it_errors TYPE /AWS1/CL_EC2CREATEFLEETERROR=>TT_CREATEFLEETERRORSSET TT_CREATEFLEETERRORSSET¶
Information about the instances that could not be launched by the fleet. Supported only for fleets of type
instant.
it_instances TYPE /AWS1/CL_EC2CREATEFLEETINST=>TT_CREATEFLEETINSTANCESSET TT_CREATEFLEETINSTANCESSET¶
Information about the instances that were launched by the fleet. Supported only for fleets of type
instant.
Queryable Attributes¶
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 |
Errors¶
Information about the instances that could not be launched by the fleet. Supported only for fleets of type
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. Supported only for fleets of type
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 |