Package org.onosproject.net.config
Interface ConfigOperator
-
- All Known Subinterfaces:
DeviceConfigOperator
,HostConfigOperator
,PortConfigOperator
public interface ConfigOperator
An interface signifying a class that implements network configuration information from multiple sources. There is a natural ordering to the precedence of information, depending on its source:- Intents (from applications), which override
- Configs (from the network configuration subsystem), which override
- Descriptions (from southbound)