Class PortInformation.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • portNumber

        public PortInformation.Builder portNumber​(Integer portNumber)
        The port number is a unique identifier which is typically used as the loadbalancer listener.
        Parameters:
        portNumber - the value to set
        Returns:
        this builder
      • portType

        public PortInformation.Builder portType​(PortInformation.PortType portType)
        Port type associated for the port number.

        The two port type enums are CLIENTUTILITY and MANAGEMENTUTILITY. The CLIENTUTILITY enum corresponds to a port which is used by the client daemon. The MANAGEMENTUTILITY enum corresponds to a port used by user management utility.

        Parameters:
        portType - the value to set
        Returns:
        this builder