Interface AgentNetworkInfo.Builder

    • Method Detail

      • 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.