Interface NetconfProxyMessage


  • public interface NetconfProxyMessage
    Interface representing a NETCONF proxy message.
    • Method Detail

      • deviceId

        org.onosproject.net.DeviceId deviceId()
        Returns the device id of the device to which the message is intended.
        Returns:
        device id
      • arguments

        java.util.List<java.lang.String> arguments()
        Returns the arguments of the intended method call in order.
        Returns:
        arguments
      • senderId

        org.onosproject.cluster.NodeId senderId()
        Returns the node id of proxymessage sender.
        Returns:
        NodeId