public class XBlockdevInsertMediumCommand extends QApiCommand<XBlockdevInsertMediumCommand.Arguments,XBlockdevInsertMediumCommand.Response>
QApiCommandDescriptor{name=x-blockdev-insert-medium, returns=null, data={device=str, node-name=str}}
Modifier and Type | Class and Description |
---|---|
static class |
XBlockdevInsertMediumCommand.Arguments
Compound arguments to a XBlockdevInsertMediumCommand.
|
static class |
XBlockdevInsertMediumCommand.Response
Response to a XBlockdevInsertMediumCommand.
|
Constructor and Description |
---|
XBlockdevInsertMediumCommand(String device,
String nodeName)
Constructs a new XBlockdevInsertMediumCommand.
|
XBlockdevInsertMediumCommand(XBlockdevInsertMediumCommand.Arguments argument)
Constructs a new XBlockdevInsertMediumCommand.
|
getArgument, getCommandName, getReturnType
toString
public XBlockdevInsertMediumCommand(@Nonnull XBlockdevInsertMediumCommand.Arguments argument)
public XBlockdevInsertMediumCommand(String device, String nodeName)