ComputeScheduling constructor
ComputeScheduling({
- int? minNodeCpus,
- List<
SchedulingNodeAffinity> ? nodeAffinities, - String? onHostMaintenance,
- String? restartType,
Implementation
ComputeScheduling({
this.minNodeCpus,
this.nodeAffinities,
this.onHostMaintenance,
this.restartType,
});