AdvancedMachineFeatures constructor

AdvancedMachineFeatures({
  1. bool? enableNestedVirtualization,
  2. bool? enableUefiNetworking,
  3. String? performanceMonitoringUnit,
  4. int? threadsPerCore,
  5. String? turboMode,
  6. int? visibleCoreCount,
})

Implementation

AdvancedMachineFeatures({
  this.enableNestedVirtualization,
  this.enableUefiNetworking,
  this.performanceMonitoringUnit,
  this.threadsPerCore,
  this.turboMode,
  this.visibleCoreCount,
});