Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
BlockStats |
BlockStats.backing |
BlockStats |
BlockStats.parent |
Modifier and Type | Method and Description |
---|---|
BlockStats |
BlockStats.withBacking(BlockStats value) |
BlockStats |
BlockStats.withDevice(String value) |
BlockStats |
BlockStats.withNodeName(String value) |
BlockStats |
BlockStats.withParent(BlockStats value) |
BlockStats |
BlockStats.withStats(BlockDeviceStats value) |
Modifier and Type | Method and Description |
---|---|
BlockStats |
BlockStats.withBacking(BlockStats value) |
BlockStats |
BlockStats.withParent(BlockStats value) |
Constructor and Description |
---|
BlockStats(String device,
String nodeName,
BlockDeviceStats stats,
BlockStats parent,
BlockStats backing) |