- get(String) - Method in interface org.onosproject.netconf.NetconfSession
-
Retrieves the requested configuration, different from get-config.
- get(String, String) - Method in interface org.onosproject.netconf.NetconfSession
-
Retrieves the requested data.
- getConfig(DatastoreId) - Method in interface org.onosproject.netconf.NetconfSession
-
Retrieves the specified configuration.
- getConfig(TargetConfig) - Method in interface org.onosproject.netconf.NetconfSession
-
- getConfig(String) - Method in interface org.onosproject.netconf.NetconfSession
-
- getConfig(DatastoreId, String) - Method in interface org.onosproject.netconf.NetconfSession
-
Retrieves part of the specified configuration based on the filterSchema.
- getConfig(String, String) - Method in interface org.onosproject.netconf.NetconfSession
-
- getConfig(TargetConfig, String) - Method in interface org.onosproject.netconf.NetconfSession
-
- getDeviceCapabilitiesSet() - Method in interface org.onosproject.netconf.NetconfSession
-
Gets the capabilities of the remote Netconf device associated to this
session.
- 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.
- getKey() - Method in class org.onosproject.netconf.NetconfDeviceInfo
-
Exposes the key of the controller.
- getKeyFile() - Method in class org.onosproject.netconf.NetconfDeviceInfo
-
- 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
-
- 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 a NETCONF device related 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 device related 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.