PatchConfig constructor
PatchConfig({
- AptSettings? apt,
- GooSettings? goo,
- bool? migInstancesAllowed,
- ExecStep? postStep,
- ExecStep? preStep,
- String? rebootConfig,
- WindowsUpdateSettings? windowsUpdate,
- YumSettings? yum,
- ZypperSettings? zypper,
Implementation
PatchConfig({
this.apt,
this.goo,
this.migInstancesAllowed,
this.postStep,
this.preStep,
this.rebootConfig,
this.windowsUpdate,
this.yum,
this.zypper,
});