Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
MigrationCapability |
MigrationCapabilityStatus.capability |
Modifier and Type | Method and Description |
---|---|
static MigrationCapability |
MigrationCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationCapability[] |
MigrationCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MigrationCapabilityStatus |
MigrationCapabilityStatus.withCapability(MigrationCapability value) |
Constructor and Description |
---|
MigrationCapabilityStatus(MigrationCapability capability,
boolean state) |