Class VPNConnector

All Implemented Interfaces:
NodeChild

public class VPNConnector extends GenericObject implements NodeChild
VPN connector object
  • Constructor Details

    • VPNConnector

      public VPNConnector(NXCPMessage msg, NXCSession session)
      Create from NXCP message
      Parameters:
      msg - NXCP message
      session - owning client session
  • Method Details

    • getParentNode

      public AbstractNode getParentNode()
      Get parent node object.
      Specified by:
      getParentNode in interface NodeChild
      Returns:
      parent node object or null if it is not exist or inaccessible
    • getObjectClassName

      public String getObjectClassName()
      Description copied from class: AbstractObject
      Get name of NetXMS object's class.
      Overrides:
      getObjectClassName in class AbstractObject
      Returns:
      Name of NetXMS object's class
    • getPeerGatewayId

      public long getPeerGatewayId()
      Returns:
      the peerGatewayId
    • getLocalSubnets

      public List<InetAddressEx> getLocalSubnets()
      Returns:
      the localSubnets
    • getRemoteSubnets

      public List<InetAddressEx> getRemoteSubnets()
      Returns:
      the remoteSubnets