FutureResourcesSpecAggregateResources constructor

FutureResourcesSpecAggregateResources({
  1. String? acceleratorCount,
  2. String? vmFamily,
  3. String? workloadType,
})

Implementation

FutureResourcesSpecAggregateResources({
  this.acceleratorCount,
  this.vmFamily,
  this.workloadType,
});