Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
ImageInfo |
ImageInfo.backingImage |
ImageInfo |
BlockDeviceInfo.image |
Modifier and Type | Field and Description |
---|---|
List<ImageInfo> |
ImageInfoSpecificVmdk.extents |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
ImageInfo.withActualSize(Long value) |
ImageInfo |
ImageInfo.withBackingFilename(String value) |
ImageInfo |
ImageInfo.withBackingFilenameFormat(String value) |
ImageInfo |
ImageInfo.withBackingImage(ImageInfo value) |
ImageInfo |
ImageInfo.withClusterSize(Long value) |
ImageInfo |
ImageInfo.withCompressed(Boolean value) |
ImageInfo |
ImageInfo.withDirtyFlag(Boolean value) |
ImageInfo |
ImageInfo.withEncrypted(Boolean value) |
ImageInfo |
ImageInfo.withFilename(String value) |
ImageInfo |
ImageInfo.withFormat(String value) |
ImageInfo |
ImageInfo.withFormatSpecific(ImageInfoSpecific value) |
ImageInfo |
ImageInfo.withFullBackingFilename(String value) |
ImageInfo |
ImageInfo.withSnapshots(List<SnapshotInfo> value) |
ImageInfo |
ImageInfo.withVirtualSize(long value) |
Modifier and Type | Method and Description |
---|---|
ImageInfo |
ImageInfo.withBackingImage(ImageInfo value) |
BlockDeviceInfo |
BlockDeviceInfo.withImage(ImageInfo value) |
Modifier and Type | Method and Description |
---|---|
ImageInfoSpecificVmdk |
ImageInfoSpecificVmdk.withExtents(List<ImageInfo> value) |
Constructor and Description |
---|
BlockDeviceInfo(String file,
String nodeName,
boolean ro,
String drv,
String backingFile,
long backingFileDepth,
boolean encrypted,
boolean encryptionKeyMissing,
BlockdevDetectZeroesOptions detectZeroes,
long bps,
long bpsRd,
long bpsWr,
long iops,
long iopsRd,
long iopsWr,
ImageInfo image,
Long bpsMax,
Long bpsRdMax,
Long bpsWrMax,
Long iopsMax,
Long iopsRdMax,
Long iopsWrMax,
Long iopsSize,
String group,
BlockdevCacheInfo cache,
long writeThreshold) |
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) |
Constructor and Description |
---|
ImageInfoSpecificVmdk(String createType,
long cid,
long parentCid,
List<ImageInfo> extents) |