public class NbdServerAddCommand extends QApiCommand<NbdServerAddCommand.Arguments,NbdServerAddCommand.Response>
QApiCommandDescriptor{name=nbd-server-add, returns=null, data={device=str, *writable=bool}}
Modifier and Type | Class and Description |
---|---|
static class |
NbdServerAddCommand.Arguments
Compound arguments to a NbdServerAddCommand.
|
static class |
NbdServerAddCommand.Response
Response to a NbdServerAddCommand.
|
Constructor and Description |
---|
NbdServerAddCommand(NbdServerAddCommand.Arguments argument)
Constructs a new NbdServerAddCommand.
|
NbdServerAddCommand(String device,
Boolean writable)
Constructs a new NbdServerAddCommand.
|
getArgument, getCommandName, getReturnType
toString
public NbdServerAddCommand(@Nonnull NbdServerAddCommand.Arguments argument)
public NbdServerAddCommand(String device, Boolean writable)