Interface LinkAdminService

    • Method Detail

      • removeLinks

        void removeLinks​(ConnectPoint connectPoint)
        Removes all infrastructure links leading to and from the specified connection point.
        Parameters:
        connectPoint - connection point
      • removeLinks

        void removeLinks​(DeviceId deviceId)
        Removes all infrastructure links leading to and from the specified device.
        Parameters:
        deviceId - device identifier
      • removeLink

        void removeLink​(ConnectPoint src,
                        ConnectPoint dst)
        Removes all links between between the specified src and dst connection points.
        Parameters:
        src - link source
        dst - link destination