public class DpSuppressedPortsDTO extends Object implements DpSuppressedPorts
DpSuppressedPorts.| Constructor and Description |
|---|
DpSuppressedPortsDTO(DataPathId dpid,
SuppressedPorts suppressedPorts)
Default constructor to create a representation of suppressed ports in a
given datapath.
|
| Modifier and Type | Method and Description |
|---|---|
DataPathId |
device()
Returns the
datapath id where lldp traffic
is suppressed for one or more ports. |
boolean |
equals(Object obj) |
int |
hashCode() |
SuppressedPorts |
suppressedPorts()
Returns the
port where lldp traffic
is suppressed for a particular datapath. |
String |
toString() |
public DpSuppressedPortsDTO(DataPathId dpid, SuppressedPorts suppressedPorts)
dpid - the controller learned switch or datapathsuppressedPorts - the ports where lldp is suppressedNullPointerException - if any parameter is nullpublic DataPathId device()
DpSuppressedPortsdatapath id where lldp traffic
is suppressed for one or more ports.device in interface DpSuppressedPortspublic SuppressedPorts suppressedPorts()
DpSuppressedPortsport where lldp traffic
is suppressed for a particular datapath.suppressedPorts in interface DpSuppressedPortsCopyright © 2014. All Rights Reserved.