Interface PhysicalNetworkInterface.Builder

    • Method Detail

      • defaultGateway

        PhysicalNetworkInterface.Builder defaultGateway​(String defaultGateway)

        The default gateway of the device.

        Parameters:
        defaultGateway - The default gateway of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddress

        PhysicalNetworkInterface.Builder ipAddress​(String ipAddress)

        The IP address of the device.

        Parameters:
        ipAddress - The IP address of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddressAssignment

        PhysicalNetworkInterface.Builder ipAddressAssignment​(String ipAddressAssignment)

        A value that describes whether the IP address is dynamic or persistent.

        Parameters:
        ipAddressAssignment - A value that describes whether the IP address is dynamic or persistent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpAddressAssignment, IpAddressAssignment
      • macAddress

        PhysicalNetworkInterface.Builder macAddress​(String macAddress)

        The MAC address of the device.

        Parameters:
        macAddress - The MAC address of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • netmask

        PhysicalNetworkInterface.Builder netmask​(String netmask)

        The netmask used to divide the IP address into subnets.

        Parameters:
        netmask - The netmask used to divide the IP address into subnets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • physicalNetworkInterfaceId

        PhysicalNetworkInterface.Builder physicalNetworkInterfaceId​(String physicalNetworkInterfaceId)

        The physical network interface ID.

        Parameters:
        physicalNetworkInterfaceId - The physical network interface ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.