Interface AgentNetworkInfo.Builder

  • Method Details

    • ipAddress

      AgentNetworkInfo.Builder ipAddress(String ipAddress)

      The IP address for the host where the agent/collector resides.

      Parameters:
      ipAddress - The IP address for the host where the agent/collector resides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • macAddress

      AgentNetworkInfo.Builder macAddress(String macAddress)

      The MAC address for the host where the agent/collector resides.

      Parameters:
      macAddress - The MAC address for the host where the agent/collector resides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.