LocalDisk constructor

LocalDisk({
  1. bool? autoDelete,
  2. bool? boot,
  3. String? deviceName,
  4. List<RuntimeGuestOsFeature>? guestOsFeatures,
  5. int? index,
  6. LocalDiskInitializeParams? initializeParams,
  7. String? interface,
  8. String? kind,
  9. List<String>? licenses,
  10. String? mode,
  11. String? source,
  12. String? type,
})

Implementation

LocalDisk({
  this.autoDelete,
  this.boot,
  this.deviceName,
  this.guestOsFeatures,
  this.index,
  this.initializeParams,
  this.interface,
  this.kind,
  this.licenses,
  this.mode,
  this.source,
  this.type,
});