- 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.
- 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.
- 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.
- getKeyFile() - Method in class org.onosproject.netconf.NetconfDeviceInfo
-
Exposes the keyFile of the controller.
- 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.
- name() - Method in class org.onosproject.netconf.NetconfDeviceInfo
-
Exposes the name of the controller.
- NetconfController - Interface in org.onosproject.netconf
-
Abstraction of an NETCONF controller.
- 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.
- 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.