public interface OvsdbEventSubject extends EventSubject
| Modifier and Type | Method and Description |
|---|---|
OvsdbDatapathId |
dpid()
Returns the Ovs dpid associated with the host.
|
org.onlab.packet.MacAddress |
hwAddress()
Returns the MAC address associated with this host (NIC).
|
OvsdbIfaceId |
ifaceid()
Returns the vm ifaceid associated with the host.
|
Set<org.onlab.packet.IpAddress> |
ipAddress()
Returns the IP address associated with this host's MAC.
|
OvsdbPortName |
portName()
Returns the Port name associated with the host.
|
OvsdbPortNumber |
portNumber()
Returns the Port number associated with the host.
|
OvsdbPortType |
portType()
Returns the Port type associated with the host.
|
org.onlab.packet.MacAddress hwAddress()
Set<org.onlab.packet.IpAddress> ipAddress()
OvsdbPortName portName()
OvsdbPortNumber portNumber()
OvsdbPortType portType()
OvsdbDatapathId dpid()
OvsdbIfaceId ifaceid()