![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::CapacityReservationOptionsRequest USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::EC2::CapacityReservationOptionsRequest object: $service_obj->Method(Att1 => { UsageStrategy => $value, ..., UsageStrategy => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::CapacityReservationOptionsRequest object: $result = $service_obj->Method(...); $result->Att1->UsageStrategy DESCRIPTIONThis class has no description ATTRIBUTESUsageStrategy => StrIndicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity. If you specify "use-capacity-reservations-first", the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy ("lowest-price" or "prioritized") is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy ("lowest-price" or "prioritized"). If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|