Interface PhysicalNetworkInterface.Builder

  • Method Details

    • 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

      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

      PhysicalNetworkInterface.Builder ipAddressAssignment(IpAddressAssignment 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:
    • 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

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

      PhysicalNetworkInterface.Builder physicalConnectorType(String physicalConnectorType)

      The physical connector type.

      Parameters:
      physicalConnectorType - The physical connector type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • physicalConnectorType

      PhysicalNetworkInterface.Builder physicalConnectorType(PhysicalConnectorType physicalConnectorType)

      The physical connector type.

      Parameters:
      physicalConnectorType - The physical connector type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.