@Deprecated public interface PortConfig extends HandlerBehaviour
| Modifier and Type | Method and Description |
|---|---|
void |
applyQoS(PortDescription port,
com.google.common.primitives.UnsignedInteger queueId)
Deprecated.
Apply QoS configuration on a device.
|
void |
removeQoS(PortDescription port)
Deprecated.
Remove a QoS configuration.
|
handler, setHandlervoid applyQoS(PortDescription port, com.google.common.primitives.UnsignedInteger queueId)
port - a port descriptionqueueId - an unsigned integervoid removeQoS(PortDescription port)
port - a port description