public class DumpGuestMemoryCommand extends QApiCommand<DumpGuestMemoryCommand.Arguments,DumpGuestMemoryCommand.Response>
QApiCommandDescriptor{name=dump-guest-memory, returns=null, data={paging=bool, protocol=str, *begin=int, *length=int, *format=DumpGuestMemoryFormat}}
Modifier and Type | Class and Description |
---|---|
static class |
DumpGuestMemoryCommand.Arguments
Compound arguments to a DumpGuestMemoryCommand.
|
static class |
DumpGuestMemoryCommand.Response
Response to a DumpGuestMemoryCommand.
|
Constructor and Description |
---|
DumpGuestMemoryCommand(boolean paging,
String protocol,
Long begin,
Long length,
DumpGuestMemoryFormat format)
Constructs a new DumpGuestMemoryCommand.
|
DumpGuestMemoryCommand(DumpGuestMemoryCommand.Arguments argument)
Constructs a new DumpGuestMemoryCommand.
|
getArgument, getCommandName, getReturnType
toString
public DumpGuestMemoryCommand(@Nonnull DumpGuestMemoryCommand.Arguments argument)
public DumpGuestMemoryCommand(boolean paging, String protocol, Long begin, Long length, DumpGuestMemoryFormat format)