Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
String |
SocketAddress.fd |
Modifier and Type | Field and Description |
---|---|
List<String> |
NetdevUserOptions.dnssearch |
List<String> |
NetdevUserOptions.guestfwd |
List<String> |
NetdevUserOptions.hostfwd |
Modifier and Type | Method and Description |
---|---|
String |
String.withStr(String value) |
Modifier and Type | Method and Description |
---|---|
static SocketAddress |
SocketAddress.fd(String fd) |
Modifier and Type | Method and Description |
---|---|
NetdevUserOptions |
NetdevUserOptions.withDnssearch(List<String> value) |
NetdevUserOptions |
NetdevUserOptions.withGuestfwd(List<String> value) |
NetdevUserOptions |
NetdevUserOptions.withHostfwd(List<String> value) |
Constructor and Description |
---|
NetdevUserOptions(String hostname,
Boolean restrict,
String ip,
String net,
String host,
String tftp,
String bootfile,
String dhcpstart,
String dns,
List<String> dnssearch,
String smb,
String smbserver,
List<String> hostfwd,
List<String> guestfwd) |
NetdevUserOptions(String hostname,
Boolean restrict,
String ip,
String net,
String host,
String tftp,
String bootfile,
String dhcpstart,
String dns,
List<String> dnssearch,
String smb,
String smbserver,
List<String> hostfwd,
List<String> guestfwd) |
NetdevUserOptions(String hostname,
Boolean restrict,
String ip,
String net,
String host,
String tftp,
String bootfile,
String dhcpstart,
String dns,
List<String> dnssearch,
String smb,
String smbserver,
List<String> hostfwd,
List<String> guestfwd) |