Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
BlockdevDetectZeroesOptions |
BlockdevOptionsBase.detectZeroes |
BlockdevDetectZeroesOptions |
BlockDeviceInfo.detectZeroes |
Modifier and Type | Method and Description |
---|---|
static BlockdevDetectZeroesOptions |
BlockdevDetectZeroesOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockdevDetectZeroesOptions[] |
BlockdevDetectZeroesOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BlockdevOptionsBase |
BlockdevOptionsBase.withDetectZeroes(BlockdevDetectZeroesOptions value) |
BlockDeviceInfo |
BlockDeviceInfo.withDetectZeroes(BlockdevDetectZeroesOptions 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) |
BlockdevOptionsBase(BlockdevDriver driver,
String id,
String nodeName,
BlockdevDiscardOptions discard,
BlockdevCacheOptions cache,
BlockdevAioOptions aio,
BlockdevOnError rerror,
BlockdevOnError werror,
Boolean readOnly,
Boolean statsAccountInvalid,
Boolean statsAccountFailed,
List<Long> statsIntervals,
BlockdevDetectZeroesOptions detectZeroes) |