Interface FlowClassifier

    • Method Detail

      • getDescription

        String getDescription()
        Returns:
        description : Human readable description for the flow classifier
      • getProtocol

        String getProtocol()
        Returns:
        protocol : Short name for the protocol (TCP, UDP, etc)
      • getSourcePortRangeMin

        Integer getSourcePortRangeMin()
        Returns:
        rangeMin : Minimum value for the source port, converted to String
      • getSourcePortRangeMax

        Integer getSourcePortRangeMax()
        Returns:
        rangeMax : Maximum value for the source port, converted to String
      • getDestinationPortRangeMin

        Integer getDestinationPortRangeMin()
        Returns:
        rangeMin : Minimum value for the destination port, converted to String
      • getDestinationPortRangeMax

        Integer getDestinationPortRangeMax()
        Returns:
        rangeMax : Maximum value for the destination port, converted to String
      • getSourceIpPrefix

        String getSourceIpPrefix()
        Returns:
        sourcePrefix : Prefix for the source ip addresses
      • getDestinationIpPrefix

        String getDestinationIpPrefix()
        Returns:
        destinationPrefix : Prefix for the destination ip addresses
      • getLogicalSourcePort

        String getLogicalSourcePort()
        Returns:
        logicalSourcePort : Id of the port pair at the start of the port chain
      • getLogicalDestinationPort

        String getLogicalDestinationPort()
        Returns:
        logicalDestinationPort : Id of the port pair at the end of the port chain
      • getL7Parameters

        Map<String,​String> getL7Parameters()
        Returns:
        l7Parameters
      • getEthertype

        Ethertype getEthertype()
        Returns:
        ethertype