public class NbdServerStartCommand extends QApiCommand<NbdServerStartCommand.Arguments,NbdServerStartCommand.Response>
QApiCommandDescriptor{name=nbd-server-start, returns=null, data={addr=SocketAddress}}
Modifier and Type | Class and Description |
---|---|
static class |
NbdServerStartCommand.Arguments
Compound arguments to a NbdServerStartCommand.
|
static class |
NbdServerStartCommand.Response
Response to a NbdServerStartCommand.
|
Constructor and Description |
---|
NbdServerStartCommand(NbdServerStartCommand.Arguments argument)
Constructs a new NbdServerStartCommand.
|
NbdServerStartCommand(SocketAddress addr)
Constructs a new NbdServerStartCommand.
|
getArgument, getCommandName, getReturnType
toString
public NbdServerStartCommand(@Nonnull NbdServerStartCommand.Arguments argument)
public NbdServerStartCommand(SocketAddress addr)