Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
DumpGuestMemoryFormat |
DumpGuestMemoryCommand.Arguments.format |
Modifier and Type | Field and Description |
---|---|
List<DumpGuestMemoryFormat> |
DumpGuestMemoryCapability.formats |
Modifier and Type | Method and Description |
---|---|
static DumpGuestMemoryFormat |
DumpGuestMemoryFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DumpGuestMemoryFormat[] |
DumpGuestMemoryFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DumpGuestMemoryCapability |
DumpGuestMemoryCapability.withFormats(List<DumpGuestMemoryFormat> value) |
Constructor and Description |
---|
Arguments(boolean paging,
String protocol,
Long begin,
Long length,
DumpGuestMemoryFormat format) |
DumpGuestMemoryCommand(boolean paging,
String protocol,
Long begin,
Long length,
DumpGuestMemoryFormat format)
Constructs a new DumpGuestMemoryCommand.
|
Constructor and Description |
---|
DumpGuestMemoryCapability(List<DumpGuestMemoryFormat> formats) |