Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
BlockdevCacheInfo |
BlockDeviceInfo.cache |
Modifier and Type | Method and Description |
---|---|
BlockdevCacheInfo |
BlockdevCacheInfo.withDirect(boolean value) |
BlockdevCacheInfo |
BlockdevCacheInfo.withNoFlush(boolean value) |
BlockdevCacheInfo |
BlockdevCacheInfo.withWriteback(boolean value) |
Modifier and Type | Method and Description |
---|---|
BlockDeviceInfo |
BlockDeviceInfo.withCache(BlockdevCacheInfo value) |
Constructor and Description |
---|
BlockDeviceInfo(String file,
String nodeName,
boolean ro,
String drv,
String backingFile,
long backingFileDepth,
boolean encrypted,
boolean encryptionKeyMissing,
BlockdevDetectZeroesOptions detectZeroes,
long bps,
long bpsRd,
long bpsWr,
long iops,
long iopsRd,
long iopsWr,
ImageInfo image,
Long bpsMax,
Long bpsRdMax,
Long bpsWrMax,
Long iopsMax,
Long iopsRdMax,
Long iopsWrMax,
Long iopsSize,
String group,
BlockdevCacheInfo cache,
long writeThreshold) |