| Package | Description |
|---|---|
| org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
| Modifier and Type | Field and Description |
|---|---|
BlockdevAioOptions |
BlockdevOptionsBase.aio |
| Modifier and Type | Method and Description |
|---|---|
static BlockdevAioOptions |
BlockdevAioOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockdevAioOptions[] |
BlockdevAioOptions.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.withAio(BlockdevAioOptions value) |
| Constructor and Description |
|---|
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) |