BootDiskDefaults constructor
BootDiskDefaults({
- String? deviceName,
- String? diskName,
- String? diskType,
- Encryption? encryption,
- DiskImageDefaults? image,
Implementation
BootDiskDefaults({
this.deviceName,
this.diskName,
this.diskType,
this.encryption,
this.image,
});