Uses of Class
org.netxms.client.PhysicalLink
-
Packages that use PhysicalLink Package Description org.netxms.client -
-
Uses of PhysicalLink in org.netxms.client
Methods in org.netxms.client that return types with arguments of type PhysicalLink Modifier and Type Method Description List<PhysicalLink>NXCSession. getPhysicalLinks(long objectId, long patchPanelId)Get list of physical links filtered by provided optionsMethods in org.netxms.client with parameters of type PhysicalLink Modifier and Type Method Description voidNXCSession. updatePhysicalLink(PhysicalLink link)Create new or update existing physical linkConstructors in org.netxms.client with parameters of type PhysicalLink Constructor Description PhysicalLink(PhysicalLink link)Copy constructor for physical link
-