public class DriveMirrorCommand extends QApiCommand<DriveMirrorCommand.Arguments,DriveMirrorCommand.Response>
QApiCommandDescriptor{name=drive-mirror, returns=null, data={device=str, target=str, *format=str, *node-name=str, *replaces=str, sync=MirrorSyncMode, *mode=NewImageMode, *speed=int, *granularity=uint32, *buf-size=int, *on-source-error=BlockdevOnError, *on-target-error=BlockdevOnError, *unmap=bool}}
Modifier and Type | Class and Description |
---|---|
static class |
DriveMirrorCommand.Arguments
Compound arguments to a DriveMirrorCommand.
|
static class |
DriveMirrorCommand.Response
Response to a DriveMirrorCommand.
|
Constructor and Description |
---|
DriveMirrorCommand(DriveMirrorCommand.Arguments argument)
Constructs a new DriveMirrorCommand.
|
DriveMirrorCommand(String device,
String target,
String format,
String nodeName,
String replaces,
MirrorSyncMode sync,
NewImageMode mode,
Long speed,
Long granularity,
Long bufSize,
BlockdevOnError onSourceError,
BlockdevOnError onTargetError,
Boolean unmap)
Constructs a new DriveMirrorCommand.
|
getArgument, getCommandName, getReturnType
toString
public DriveMirrorCommand(@Nonnull DriveMirrorCommand.Arguments argument)
public DriveMirrorCommand(String device, String target, String format, String nodeName, String replaces, MirrorSyncMode sync, NewImageMode mode, Long speed, Long granularity, Long bufSize, BlockdevOnError onSourceError, BlockdevOnError onTargetError, Boolean unmap)