Interface SystemInfo.Builder

    • Method Detail

      • cpuArchitecture

        SystemInfo.Builder cpuArchitecture​(String cpuArchitecture)

        CPU architecture type for the server.

        Parameters:
        cpuArchitecture - CPU architecture type for the server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileSystemType

        SystemInfo.Builder fileSystemType​(String fileSystemType)

        File system type for the server.

        Parameters:
        fileSystemType - File system type for the server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInfoList

        SystemInfo.Builder networkInfoList​(Collection<NetworkInfo> networkInfoList)

        Networking information related to a server.

        Parameters:
        networkInfoList - Networking information related to a server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInfoList

        SystemInfo.Builder networkInfoList​(NetworkInfo... networkInfoList)

        Networking information related to a server.

        Parameters:
        networkInfoList - Networking information related to a server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • osInfo

        SystemInfo.Builder osInfo​(OSInfo osInfo)

        Operating system corresponding to a server.

        Parameters:
        osInfo - Operating system corresponding to a server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.