Ec2FleetOnDemandOptionsRequest

data class Ec2FleetOnDemandOptionsRequest(val allocationStrategy: String? = null, val capacityReservationOptions: Ec2FleetCapacityReservationOptionsRequest? = null, val maxTotalPrice: String? = null, val minTargetCapacity: Int? = null, val singleAvailabilityZone: Boolean? = null, val singleInstanceType: Boolean? = null)

Constructors

Link copied to clipboard
fun Ec2FleetOnDemandOptionsRequest(allocationStrategy: String? = null, capacityReservationOptions: Ec2FleetCapacityReservationOptionsRequest? = null, maxTotalPrice: String? = null, minTargetCapacity: Int? = null, singleAvailabilityZone: Boolean? = null, singleInstanceType: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val maxTotalPrice: String? = null
Link copied to clipboard
val minTargetCapacity: Int? = null
Link copied to clipboard
Link copied to clipboard