Class OvsNetconfDeviceDescriptionDiscovery

  • All Implemented Interfaces:
    org.onosproject.net.device.DeviceDescriptionDiscovery, org.onosproject.net.driver.Behaviour, org.onosproject.net.driver.HandlerBehaviour

    public class OvsNetconfDeviceDescriptionDiscovery
    extends org.onosproject.net.driver.AbstractHandlerBehaviour
    implements org.onosproject.net.device.DeviceDescriptionDiscovery
    Discovers the device detail of the ovs based simulator used in NETCONF SB testing and development.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.onosproject.net.device.DeviceDescription discoverDeviceDetails()  
      java.util.List<org.onosproject.net.device.PortDescription> discoverPortDetails()  
      • Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour

        handler, setHandler
      • Methods inherited from class org.onosproject.net.driver.AbstractBehaviour

        data, setData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.onosproject.net.driver.Behaviour

        data, setData
      • Methods inherited from interface org.onosproject.net.device.DeviceDescriptionDiscovery

        discoverPortDetails
      • Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour

        handler, setHandler
    • Constructor Detail

      • OvsNetconfDeviceDescriptionDiscovery

        public OvsNetconfDeviceDescriptionDiscovery()
    • Method Detail

      • discoverDeviceDetails

        public org.onosproject.net.device.DeviceDescription discoverDeviceDetails()
        Specified by:
        discoverDeviceDetails in interface org.onosproject.net.device.DeviceDescriptionDiscovery
      • discoverPortDetails

        public java.util.List<org.onosproject.net.device.PortDescription> discoverPortDetails()
        Specified by:
        discoverPortDetails in interface org.onosproject.net.device.DeviceDescriptionDiscovery