InstancesDistribution constructor

InstancesDistribution({
  1. String? onDemandAllocationStrategy,
  2. int? onDemandBaseCapacity,
  3. int? onDemandPercentageAboveBaseCapacity,
  4. String? spotAllocationStrategy,
  5. int? spotInstancePools,
  6. String? spotMaxPrice,
})

Implementation

InstancesDistribution({
  this.onDemandAllocationStrategy,
  this.onDemandBaseCapacity,
  this.onDemandPercentageAboveBaseCapacity,
  this.spotAllocationStrategy,
  this.spotInstancePools,
  this.spotMaxPrice,
});