Interface FlowClassifierBuilder

    • Method Detail

      • name

        FlowClassifierBuilder name​(String name)
        Parameters:
        name - : Human readable name for the flow classifier
        Returns:
        FlowClassifierBuilder
      • projectId

        FlowClassifierBuilder projectId​(String projectId)
        Parameters:
        projectId - : Project (tenant) identifier
        Returns:
        FlowClassifierBuilder
      • description

        FlowClassifierBuilder description​(String description)
        Parameters:
        description - : Human readable description for the flow classifier
        Returns:
        FlowClassifierBuilder
      • protocol

        FlowClassifierBuilder protocol​(String protocol)
        Parameters:
        protocol - : Short name for the protocol (TCP, UDP, etc)
        Returns:
        FlowClassifierBuilder
      • sourcePortRangeMin

        FlowClassifierBuilder sourcePortRangeMin​(Integer sourcePortRangeMin)
        Parameters:
        sourcePortRangeMin - : Minimum value for the source port, converted to String
        Returns:
        FlowClassifierBuilder
      • sourcePortRangeMax

        FlowClassifierBuilder sourcePortRangeMax​(Integer sourcePortRangeMax)
        Parameters:
        sourcePortRangeMax - : Maximum value for the source port, converted to String
        Returns:
        FlowClassifierBuilder
      • destinationPortRangeMin

        FlowClassifierBuilder destinationPortRangeMin​(Integer destinationPortRangeMin)
        Parameters:
        destinationPortRangeMin - : Minimum value for the destination port, converted to String
        Returns:
        FlowClassifierBuilder
      • destinationPortRangeMax

        FlowClassifierBuilder destinationPortRangeMax​(Integer destinationPortRangeMax)
        Parameters:
        destinationPortRangeMax - : Maximum value for the destination port, converted to String
        Returns:
        FlowClassifierBuilder
      • logicalDestinationPort

        FlowClassifierBuilder logicalDestinationPort​(String logicalDestinationPort)
        Returns:
        FlowClassifierBuilder