| Package | Description |
|---|---|
| org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
| Modifier and Type | Field and Description |
|---|---|
RockerPortDuplex |
RockerPort.duplex |
| Modifier and Type | Method and Description |
|---|---|
static RockerPortDuplex |
RockerPortDuplex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RockerPortDuplex[] |
RockerPortDuplex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RockerPort |
RockerPort.withDuplex(RockerPortDuplex value) |
| Constructor and Description |
|---|
RockerPort(String name,
boolean enabled,
boolean linkUp,
long speed,
RockerPortDuplex duplex,
RockerPortAutoneg autoneg) |