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