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