Interface BridgeNetworkOutput.Builder

    • Method Detail

      • ipAddress

        BridgeNetworkOutput.Builder ipAddress​(String ipAddress)
        The network output IP Address.
        Parameters:
        ipAddress - The network output IP Address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        BridgeNetworkOutput.Builder name​(String name)
        The network output name.
        Parameters:
        name - The network output name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkName

        BridgeNetworkOutput.Builder networkName​(String networkName)
        The network output's gateway network name.
        Parameters:
        networkName - The network output's gateway network name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        BridgeNetworkOutput.Builder port​(Integer port)
        The network output port.
        Parameters:
        port - The network output port.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocol

        BridgeNetworkOutput.Builder protocol​(String protocol)
        The network output protocol.
        Parameters:
        protocol - The network output protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Protocol, Protocol
      • protocol

        BridgeNetworkOutput.Builder protocol​(Protocol protocol)
        The network output protocol.
        Parameters:
        protocol - The network output protocol.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Protocol, Protocol
      • ttl

        BridgeNetworkOutput.Builder ttl​(Integer ttl)
        The network output TTL.
        Parameters:
        ttl - The network output TTL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.