ComputeScheduling constructor

ComputeScheduling({
  1. int? minNodeCpus,
  2. List<SchedulingNodeAffinity>? nodeAffinities,
  3. String? onHostMaintenance,
  4. String? restartType,
})

Implementation

ComputeScheduling({
  this.minNodeCpus,
  this.nodeAffinities,
  this.onHostMaintenance,
  this.restartType,
});