public interface BridgeDescription extends Description
Modifier and Type | Interface and Description |
---|---|
static interface |
BridgeDescription.Builder
Builder of bridge description entities.
|
static class |
BridgeDescription.FailMode |
Modifier and Type | Method and Description |
---|---|
java.util.List<ControllerInfo> |
controllers()
Returns OpenFlow controllers of the bridge.
|
java.util.Optional<java.lang.String> |
datapathId()
Returns OpenFlow datapath ID of the bridge.
|
java.util.Optional<java.lang.String> |
datapathType()
Returns OVSDB datapath Type of the bridge.
|
java.util.Optional<DeviceId> |
deviceId()
Returns OpenFlow device ID.
|
java.util.Optional<java.lang.Boolean> |
disableInBand()
Returns in band control is enabled or not.
|
boolean |
enableLocalController()
Returns whether to use local controller as an OpenFlow controller of the
bridge if no controllers are specified.
|
java.util.Optional<BridgeDescription.FailMode> |
failMode()
Returns fail mode of the bridge.
|
java.lang.String |
name()
Returns bridge name.
|
annotations
java.lang.String name()
java.util.List<ControllerInfo> controllers()
boolean enableLocalController()
java.util.Optional<BridgeDescription.FailMode> failMode()
java.util.Optional<java.lang.String> datapathId()
java.util.Optional<java.lang.String> datapathType()
java.util.Optional<DeviceId> deviceId()
java.util.Optional<java.lang.Boolean> disableInBand()