ComputeResourceConfig constructor
ComputeResourceConfig({
- NewFlexStartInstancesConfig? newFlexStartInstances,
- NewOnDemandInstancesConfig? newOnDemandInstances,
- NewReservedInstancesConfig? newReservedInstances,
- NewSpotInstancesConfig? newSpotInstances,
Implementation
ComputeResourceConfig({
this.newFlexStartInstances,
this.newOnDemandInstances,
this.newReservedInstances,
this.newSpotInstances,
});