Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
RxState |
RxFilterInfo.multicast |
RxState |
RxFilterInfo.unicast |
RxState |
RxFilterInfo.vlan |
Modifier and Type | Method and Description |
---|---|
static RxState |
RxState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RxState[] |
RxState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RxFilterInfo |
RxFilterInfo.withMulticast(RxState value) |
RxFilterInfo |
RxFilterInfo.withUnicast(RxState value) |
RxFilterInfo |
RxFilterInfo.withVlan(RxState value) |
Constructor and Description |
---|
RxFilterInfo(String name,
boolean promiscuous,
RxState multicast,
RxState unicast,
RxState vlan,
boolean broadcastAllowed,
boolean multicastOverflow,
boolean unicastOverflow,
String mainMac,
List<Long> vlanTable,
List<String> unicastTable,
List<String> multicastTable) |