Interface PortMapping.Builder

    • Method Detail

      • jobPort

        PortMapping.Builder jobPort​(Integer jobPort)

        The port number on the simulation job instance to use as a remote connection point.

        Parameters:
        jobPort - The port number on the simulation job instance to use as a remote connection point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationPort

        PortMapping.Builder applicationPort​(Integer applicationPort)

        The port number on the application.

        Parameters:
        applicationPort - The port number on the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enableOnPublicIp

        PortMapping.Builder enableOnPublicIp​(Boolean enableOnPublicIp)

        A Boolean indicating whether to enable this port mapping on public IP.

        Parameters:
        enableOnPublicIp - A Boolean indicating whether to enable this port mapping on public IP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.