ComputeResourceConfig constructor

ComputeResourceConfig({
  1. NewFlexStartInstancesConfig? newFlexStartInstances,
  2. NewOnDemandInstancesConfig? newOnDemandInstances,
  3. NewReservedInstancesConfig? newReservedInstances,
  4. NewSpotInstancesConfig? newSpotInstances,
})

Implementation

ComputeResourceConfig({
  this.newFlexStartInstances,
  this.newOnDemandInstances,
  this.newReservedInstances,
  this.newSpotInstances,
});