- get(String) - Method in interface org.onosproject.netconf.NetconfSession
-
Retrives the requested configuration, different from get-config.
- get(String, String) - Method in interface org.onosproject.netconf.NetconfSession
-
Retrives the requested data.
- getBaseKey() - Method in class org.onosproject.drivers.utilities.YangElement
-
- getCfgInputStream(String) - Method in class org.onosproject.drivers.utilities.YangXmlUtils
-
- getConfig(String) - Method in interface org.onosproject.netconf.NetconfSession
-
Retrives the specified configuration.
- getConfig(String, String) - Method in interface org.onosproject.netconf.NetconfSession
-
Retrives part of the specivied configuration based on the filterSchema.
- getConfiguration(String) - Method in class org.onosproject.drivers.netconf.NetconfConfigGetter
-
- getControllers() - Method in class org.onosproject.drivers.netconf.NetconfControllerConfig
-
- getDeviceId() - Method in class org.onosproject.netconf.NetconfDeviceInfo
-
Return the DeviceId about the device containing the URI.
- getDeviceInfo() - Method in interface org.onosproject.netconf.NetconfDevice
-
return all the info associated with this device.
- getDeviceInfo() - Method in class org.onosproject.netconf.NetconfDeviceOutputEvent
-
Event-related device information.
- getDevicesMap() - Method in interface org.onosproject.netconf.NetconfController
-
Gets all the nodes information.
- getInstance() - Static method in class org.onosproject.drivers.utilities.YangXmlUtils
-
Single Instance of Yang utilities retriever.
- getKeyFile() - Method in class org.onosproject.netconf.NetconfDeviceInfo
-
Exposes the keyFile of the controller.
- getKeysAndValues() - Method in class org.onosproject.drivers.utilities.YangElement
-
- getMessageID() - Method in class org.onosproject.netconf.NetconfDeviceOutputEvent
-
Reply messageId.
- getMessagePayload() - Method in class org.onosproject.netconf.NetconfDeviceOutputEvent
-
return the message payload of the reply form the device.
- getNetconfDevice(DeviceId) - Method in interface org.onosproject.netconf.NetconfController
-
Gets a Netconf Device by node identifier.
- getNetconfDevice(IpAddress, int) - Method in interface org.onosproject.netconf.NetconfController
-
Gets a Netconf Device by node identifier.
- getNetconfDevices() - Method in interface org.onosproject.netconf.NetconfController
-
Gets all Netconf Devices.
- getServerCapabilities() - Method in interface org.onosproject.netconf.NetconfSession
-
Gets the capabilities of the Netconf server associated to this session.
- getSession() - Method in interface org.onosproject.netconf.NetconfDevice
-
Returns a NETCONF session context for this device.
- getSessionId() - Method in interface org.onosproject.netconf.NetconfSession
-
Gets the session ID of the Netconf session.
- getString(XMLConfiguration) - Method in class org.onosproject.drivers.utilities.YangXmlUtils
-
Return the string representation of the XMLConfig without header
and configuration element.
- getXmlConfiguration(String, Map<String, String>) - Method in class org.onosproject.drivers.utilities.YangXmlUtils
-
Retrieves a valid XML configuration for a specific XML path for a single
instance of the Map specified key-value pairs.
- getXmlConfiguration(String, List<YangElement>) - Method in class org.onosproject.drivers.utilities.YangXmlUtils
-
Retrieves a valid XML configuration for a specific XML path for multiple
instance of YangElements objects.
- name() - Method in class org.onosproject.netconf.NetconfDeviceInfo
-
Exposes the name of the controller.
- NetconfConfigGetter - Class in org.onosproject.drivers.netconf
-
Gets the configuration of the specified type from the specified device.
- NetconfConfigGetter() - Constructor for class org.onosproject.drivers.netconf.NetconfConfigGetter
-
- NetconfConfigSetter - Class in org.onosproject.drivers.netconf
-
Sets the configuration included in the specified file to the specified
device.
- NetconfConfigSetter() - Constructor for class org.onosproject.drivers.netconf.NetconfConfigSetter
-
- NetconfController - Interface in org.onosproject.netconf
-
Abstraction of an NETCONF controller.
- NetconfControllerConfig - Class in org.onosproject.drivers.netconf
-
Implementation of controller config which allows to get and set controllers
through the Netconf protocol.
- NetconfControllerConfig() - Constructor for class org.onosproject.drivers.netconf.NetconfControllerConfig
-
- NetconfDevice - Interface in org.onosproject.netconf
-
Interface representing a NETCONF device.
- NetconfDeviceFactory - Interface in org.onosproject.netconf
-
Abstract interface for the creation of a NETCONF device.
- NetconfDeviceInfo - Class in org.onosproject.netconf
-
Represents a Netconf device information.
- NetconfDeviceInfo(String, String, IpAddress, int) - Constructor for class org.onosproject.netconf.NetconfDeviceInfo
-
Information for contacting the controller.
- NetconfDeviceInfo(String, String, IpAddress, int, String) - Constructor for class org.onosproject.netconf.NetconfDeviceInfo
-
Information for contacting the controller.
- NetconfDeviceListener - Interface in org.onosproject.netconf
-
Allows for providers interested in node events to be notified.
- NetconfDeviceOutputEvent - Class in org.onosproject.netconf
-
Describes network configuration event.
- NetconfDeviceOutputEvent(NetconfDeviceOutputEvent.Type, Object, String, Optional<Integer>, NetconfDeviceInfo) - Constructor for class org.onosproject.netconf.NetconfDeviceOutputEvent
-
Creates an event of a given type and for the specified subject and the
current time.
- NetconfDeviceOutputEvent(NetconfDeviceOutputEvent.Type, Object, String, Optional<Integer>, NetconfDeviceInfo, long) - Constructor for class org.onosproject.netconf.NetconfDeviceOutputEvent
-
Creates an event of a given type and for the specified subject and time.
- NetconfDeviceOutputEvent.Type - Enum in org.onosproject.netconf
-
Type of network configuration events.
- NetconfDeviceOutputEventListener - Interface in org.onosproject.netconf
-
Interface for Netconf device output Listeners.
- NetconfDriversLoader - Class in org.onosproject.drivers.netconf
-
Loader for NETCONF device drivers.
- NetconfDriversLoader() - Constructor for class org.onosproject.drivers.netconf.NetconfDriversLoader
-
- NetconfException - Exception in org.onosproject.netconf
-
Represents class of errors related to NETCONF SB protocol.
- NetconfException(String) - Constructor for exception org.onosproject.netconf.NetconfException
-
Constructs an exception with the specified message.
- NetconfException(String, Throwable) - Constructor for exception org.onosproject.netconf.NetconfException
-
Constructs an exception with the specified message and the underlying cause.
- NetconfSession - Interface in org.onosproject.netconf
-
NETCONF session object that allows NETCONF operations on top with the physical
device on top of an SSH connection.
- NetconfSessionFactory - Interface in org.onosproject.netconf
-
Abstract interface for the creation of a NETCONF session.