Interface AddBridgeNetworkOutputRequest.Builder

    • Method Detail

      • ipAddress

        AddBridgeNetworkOutputRequest.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

        AddBridgeNetworkOutputRequest.Builder name​(String name)
        The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
        Parameters:
        name - The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkName

        AddBridgeNetworkOutputRequest.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

        AddBridgeNetworkOutputRequest.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.
      • ttl

        AddBridgeNetworkOutputRequest.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.