Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
BlockdevRef |
BlockdevOptionsGenericCOWFormat.backing |
BlockdevRef |
BlockdevOptionsGenericFormat.file |
BlockdevRef |
BlockdevOptionsBlkdebug.image |
BlockdevRef |
BlockdevOptionsBlkverify.raw |
BlockdevRef |
BlockdevOptionsBlkverify.test |
Modifier and Type | Field and Description |
---|---|
List<BlockdevRef> |
BlockdevOptionsQuorum.children |
Modifier and Type | Method and Description |
---|---|
static BlockdevRef |
BlockdevRef.definition(BlockdevOptions definition) |
static BlockdevRef |
BlockdevRef.reference(String reference) |
Modifier and Type | Method and Description |
---|---|
BlockdevOptionsGenericCOWFormat |
BlockdevOptionsGenericCOWFormat.withBacking(BlockdevRef value) |
BlockdevOptionsGenericFormat |
BlockdevOptionsGenericFormat.withFile(BlockdevRef value) |
BlockdevOptionsBlkdebug |
BlockdevOptionsBlkdebug.withImage(BlockdevRef value) |
BlockdevOptionsBlkverify |
BlockdevOptionsBlkverify.withRaw(BlockdevRef value) |
BlockdevOptionsBlkverify |
BlockdevOptionsBlkverify.withTest(BlockdevRef value) |
Modifier and Type | Method and Description |
---|---|
BlockdevOptionsQuorum |
BlockdevOptionsQuorum.withChildren(List<BlockdevRef> value) |
Constructor and Description |
---|
BlockdevOptionsBlkdebug(BlockdevRef image,
String config,
Long align,
List<BlkdebugInjectErrorOptions> injectError,
List<BlkdebugSetStateOptions> setState) |
BlockdevOptionsBlkverify(BlockdevRef test,
BlockdevRef raw) |
BlockdevOptionsGenericCOWFormat(BlockdevRef backing) |
BlockdevOptionsGenericFormat(BlockdevRef file) |
Constructor and Description |
---|
BlockdevOptionsQuorum(Boolean blkverify,
List<BlockdevRef> children,
long voteThreshold,
Boolean rewriteCorrupted,
QuorumReadPattern readPattern) |