BootDiskDefaults constructor

BootDiskDefaults({
  1. String? deviceName,
  2. String? diskName,
  3. String? diskType,
  4. Encryption? encryption,
  5. DiskImageDefaults? image,
})

Implementation

BootDiskDefaults({
  this.deviceName,
  this.diskName,
  this.diskType,
  this.encryption,
  this.image,
});