public interface FlowClassifierBuilder extends Buildable.Builder<FlowClassifierBuilder,FlowClassifier>
build, fromFlowClassifierBuilder id(String id)
id - : Flow Classifier identiferFlowClassifierBuilder name(String name)
name - : Human readable name for the flow classifierFlowClassifierBuilder projectId(String projectId)
projectId - : Project (tenant) identifierFlowClassifierBuilder description(String description)
description - : Human readable description for the flow classifierFlowClassifierBuilder protocol(String protocol)
protocol - : Short name for the protocol (TCP, UDP, etc)FlowClassifierBuilder sourcePortRangeMin(Integer sourcePortRangeMin)
sourcePortRangeMin - : Minimum value for the source port, converted to StringFlowClassifierBuilder sourcePortRangeMax(Integer sourcePortRangeMax)
sourcePortRangeMax - : Maximum value for the source port, converted to StringFlowClassifierBuilder destinationPortRangeMin(Integer destinationPortRangeMin)
destinationPortRangeMin - : Minimum value for the destination port, converted to StringFlowClassifierBuilder destinationPortRangeMax(Integer destinationPortRangeMax)
destinationPortRangeMax - : Maximum value for the destination port, converted to StringFlowClassifierBuilder sourceIpPrefix(String sourceIpPrefix)
sourceIpPrefix - FlowClassifierBuilder destinationIpPrefix(String destinationIpPrefix)
destinationIpPrefix - FlowClassifierBuilder logicalSourcePort(String logicalSourcePort)
logicalSourcePort - FlowClassifierBuilder logicalDestinationPort(String logicalDestinationPort)
logicalDestinationPort - FlowClassifierBuilder l7Parameters(Map<String,String> l7Parameters)
l7Parameters - FlowClassifierBuilder ethertype(Ethertype ethertype)
ethertype - Copyright © 2019. All rights reserved.