FutureResourcesSpecAggregateResources constructor

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

Implementation

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