public class QEmuVirtioDriveRecipe extends QEmuOptionsList implements QEmuRecipe
QEmuOption.Container
Modifier and Type | Field and Description |
---|---|
QEmuDeviceOption.VirtioBlock |
deviceOption |
QEmuDriveOption |
driveOption |
modCount
Constructor and Description |
---|
QEmuVirtioDriveRecipe(int index,
Disk disk) |
QEmuVirtioDriveRecipe(int index,
QEmuImage image) |
QEmuVirtioDriveRecipe(int index,
String path) |
QEmuVirtioDriveRecipe(QEmuIdAllocator allocator,
Disk disk) |
QEmuVirtioDriveRecipe(QEmuIdAllocator allocator,
QEmuImage image) |
QEmuVirtioDriveRecipe(QEmuIdAllocator allocator,
String path) |
Modifier and Type | Method and Description |
---|---|
QEmuVirtioDriveRecipe |
withAio(QEmuDriveOption.Aio aio) |
QEmuVirtioDriveRecipe |
withCache(QEmuDriveOption.Cache cache) |
QEmuVirtioDriveRecipe |
withFormat(QEmuImageFormat format) |
QEmuVirtioDriveRecipe |
withPciAddress(QEmuIdAllocator allocator) |
QEmuVirtioDriveRecipe |
withPciAddress(String address) |
QEmuVirtioDriveRecipe |
withProperty(String key,
String value) |
appendTo, withAllocator
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
appendTo
forEach, iterator, spliterator
containsAll, equals, hashCode
parallelStream, stream
public final QEmuDriveOption driveOption
public final QEmuDeviceOption.VirtioBlock deviceOption
public QEmuVirtioDriveRecipe(@Nonnegative int index, @Nonnull Disk disk)
public QEmuVirtioDriveRecipe(@Nonnegative int index, @Nonnull QEmuImage image)
public QEmuVirtioDriveRecipe(@Nonnegative int index, @Nonnull String path)
public QEmuVirtioDriveRecipe(@Nonnegative QEmuIdAllocator allocator, @Nonnull Disk disk)
public QEmuVirtioDriveRecipe(@Nonnegative QEmuIdAllocator allocator, @Nonnull QEmuImage image)
public QEmuVirtioDriveRecipe(@Nonnegative QEmuIdAllocator allocator, @Nonnull String path)
@Nonnull public QEmuVirtioDriveRecipe withFormat(@Nonnull QEmuImageFormat format)
@Nonnull public QEmuVirtioDriveRecipe withCache(@Nonnull QEmuDriveOption.Cache cache)
@Nonnull public QEmuVirtioDriveRecipe withAio(@Nonnull QEmuDriveOption.Aio aio)
@Nonnull public QEmuVirtioDriveRecipe withPciAddress(@Nonnull String address)
@Nonnull public QEmuVirtioDriveRecipe withPciAddress(@Nonnull QEmuIdAllocator allocator)
@Nonnull public QEmuVirtioDriveRecipe withProperty(@Nonnull String key, @Nonnull String value)