NodeConnector class represents the logical/physical interfaces forming
an edge in a topology graph. NodeConnectorc contains identity of a
network interface including interface name, IP address, etc. depending on
how the interface was discovered. If the interface is discovered through
CDP(physical) then it is represented by a CDP instantiated node connector
object. If the interface is discovered through OSPF or any other L3
routing protocol, then it is a OSPF instantiated node connector object
and contains only IP address.
|
NodeConnectorType = enum('ONEP_CDP_CONNECTOR', 'ONEP_INVALID_C...
|
|
name = property(_get_name, None, _doc)
|
|
node = property(_get_node, None, _doc)
|
|
address_list = property(_get_address_list, None, _doc)
|
|
type = property(_get_type, None, _doc)
|