public final class OvsdbBridge extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OvsdbBridge.Builder
Builder of OVSDB bridge entities.
|
| Modifier and Type | Method and Description |
|---|---|
static OvsdbBridge.Builder |
builder()
Returns a new builder instance.
|
static OvsdbBridge.Builder |
builder(org.onosproject.net.behaviour.BridgeDescription bridgeDesc)
Returns OVSDB bridge object with a given bridge description.
|
List<org.onosproject.net.behaviour.ControllerInfo> |
controllers()
Returns the controllers of the bridge.
|
Optional<String> |
datapathId()
Gets the datapathId of bridge.
|
boolean |
equals(Object obj) |
Optional<org.onosproject.net.behaviour.BridgeDescription.FailMode> |
failMode()
Returns fail mode of the bridge.
|
int |
hashCode() |
String |
name()
Gets the bridge name of bridge.
|
Map<String,String> |
otherConfigs()
Returns other configurations of the bridge.
|
String |
toString() |
public String name()
public List<org.onosproject.net.behaviour.ControllerInfo> controllers()
public Optional<org.onosproject.net.behaviour.BridgeDescription.FailMode> failMode()
public Map<String,String> otherConfigs()
public Optional<String> datapathId()
public static OvsdbBridge.Builder builder()
public static OvsdbBridge.Builder builder(org.onosproject.net.behaviour.BridgeDescription bridgeDesc)
bridgeDesc - bridge description