Ec2Fleet Target Capacity Specification Request
data class Ec2FleetTargetCapacitySpecificationRequest(val defaultTargetCapacityType: Ec2FleetTargetCapacitySpecificationRequestDefaultTargetCapacityType? = null, val onDemandTargetCapacity: Int? = null, val spotTargetCapacity: Int? = null, val targetCapacityUnitType: Ec2FleetTargetCapacitySpecificationRequestTargetCapacityUnitType? = null, val totalTargetCapacity: Int)
Constructors
Link copied to clipboard
constructor(defaultTargetCapacityType: Ec2FleetTargetCapacitySpecificationRequestDefaultTargetCapacityType? = null, onDemandTargetCapacity: Int? = null, spotTargetCapacity: Int? = null, targetCapacityUnitType: Ec2FleetTargetCapacitySpecificationRequestTargetCapacityUnitType? = null, totalTargetCapacity: Int)
Properties
Link copied to clipboard
val defaultTargetCapacityType: Ec2FleetTargetCapacitySpecificationRequestDefaultTargetCapacityType? = null
The default target capacity type.
Link copied to clipboard
The number of On-Demand units to request.
Link copied to clipboard
The number of Spot units to request.
Link copied to clipboard
val targetCapacityUnitType: Ec2FleetTargetCapacitySpecificationRequestTargetCapacityUnitType? = null
The unit for the target capacity. You can specify this parameter only when using attributed-based instance type selection. Default: units
(the number of instances)
Link copied to clipboard
The number of units to request, filled using the default target capacity type.