ComputeEnginePreferences constructor
ComputeEnginePreferences({
- String? licenseType,
- MachinePreferences? machinePreferences,
- String? persistentDiskType,
Implementation
ComputeEnginePreferences({
this.licenseType,
this.machinePreferences,
this.persistentDiskType,
});