Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
List<SnapshotInfo> |
ImageInfo.snapshots |
Modifier and Type | Method and Description |
---|---|
SnapshotInfo |
SnapshotInfo.withDateNsec(long value) |
SnapshotInfo |
SnapshotInfo.withDateSec(long value) |
SnapshotInfo |
SnapshotInfo.withId(String value) |
SnapshotInfo |
SnapshotInfo.withName(String value) |
SnapshotInfo |
SnapshotInfo.withVmClockNsec(long value) |
SnapshotInfo |
SnapshotInfo.withVmClockSec(long value) |
SnapshotInfo |
SnapshotInfo.withVmStateSize(long value) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
ImageInfo.withSnapshots(List<SnapshotInfo> value) |
Constructor and Description |
---|
ImageInfo(String filename,
String format,
Boolean dirtyFlag,
Long actualSize,
long virtualSize,
Long clusterSize,
Boolean encrypted,
Boolean compressed,
String backingFilename,
String fullBackingFilename,
String backingFilenameFormat,
List<SnapshotInfo> snapshots,
ImageInfo backingImage,
ImageInfoSpecific formatSpecific) |