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