Interface SimulationAppEndpointInfo.Builder

    • Method Detail

      • address

        SimulationAppEndpointInfo.Builder address​(String address)

        The IP address of the app. SimSpace Weaver dynamically assigns this IP address when the app starts.

        Parameters:
        address - The IP address of the app. SimSpace Weaver dynamically assigns this IP address when the app starts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingressPortMappings

        SimulationAppEndpointInfo.Builder ingressPortMappings​(Collection<SimulationAppPortMapping> ingressPortMappings)

        The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.

        Parameters:
        ingressPortMappings - The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingressPortMappings

        SimulationAppEndpointInfo.Builder ingressPortMappings​(SimulationAppPortMapping... ingressPortMappings)

        The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.

        Parameters:
        ingressPortMappings - The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.