Interface NetworkInfo.Builder

    • Method Detail

      • interfaceName

        NetworkInfo.Builder interfaceName​(String interfaceName)

        Information about the name of the interface of the server for which the assessment was run.

        Parameters:
        interfaceName - Information about the name of the interface of the server for which the assessment was run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddress

        NetworkInfo.Builder ipAddress​(String ipAddress)

        Information about the IP address of the server for which the assessment was run.

        Parameters:
        ipAddress - Information about the IP address of the server for which the assessment was run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • macAddress

        NetworkInfo.Builder macAddress​(String macAddress)

        Information about the MAC address of the server for which the assessment was run.

        Parameters:
        macAddress - Information about the MAC address of the server for which the assessment was run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • netMask

        NetworkInfo.Builder netMask​(String netMask)

        Information about the subnet mask of the server for which the assessment was run.

        Parameters:
        netMask - Information about the subnet mask of the server for which the assessment was run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.