Interface NeighborConnectionDetail.Builder

    • Method Detail

      • sourceServerId

        NeighborConnectionDetail.Builder sourceServerId​(String sourceServerId)

        The ID of the server that opened the network connection.

        Parameters:
        sourceServerId - The ID of the server that opened the network connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationServerId

        NeighborConnectionDetail.Builder destinationServerId​(String destinationServerId)

        The ID of the server that accepted the network connection.

        Parameters:
        destinationServerId - The ID of the server that accepted the network connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationPort

        NeighborConnectionDetail.Builder destinationPort​(Integer destinationPort)

        The destination network port for the connection.

        Parameters:
        destinationPort - The destination network port for the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transportProtocol

        NeighborConnectionDetail.Builder transportProtocol​(String transportProtocol)

        The network protocol used for the connection.

        Parameters:
        transportProtocol - The network protocol used for the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectionsCount

        NeighborConnectionDetail.Builder connectionsCount​(Long connectionsCount)

        The number of open network connections with the neighboring server.

        Parameters:
        connectionsCount - The number of open network connections with the neighboring server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.