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, getReturnTypetoStringpublic XBlockdevRemoveMediumCommand(@Nonnull XBlockdevRemoveMediumCommand.Arguments argument)
public XBlockdevRemoveMediumCommand(String device)