Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
MigrationStatus |
MigrationEvent.Data.status |
MigrationStatus |
MigrationInfo.status |
Modifier and Type | Method and Description |
---|---|
static MigrationStatus |
MigrationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationStatus[] |
MigrationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MigrationInfo |
MigrationInfo.withStatus(MigrationStatus value) |
Constructor and Description |
---|
MigrationInfo(MigrationStatus status,
MigrationStats ram,
MigrationStats disk,
XBZRLECacheStats xbzrleCache,
Long totalTime,
Long expectedDowntime,
Long downtime,
Long setupTime,
Long xCpuThrottlePercentage) |