Uses of Class
com.vmware.nsx_policy.model.LBRule.Builder
-
Packages that use LBRule.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of LBRule.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LBRule.Builder Modifier and Type Method Description LBRule.BuilderLBRule.Builder. setActions(java.util.List<com.vmware.vapi.bindings.Structure> actions)A list of actions to be executed at specified phase when load balancer rule matches.LBRule.BuilderLBRule.Builder. setDisplayName(java.lang.String displayName)A display name useful for identifying an LBRule.LBRule.BuilderLBRule.Builder. setMatchConditions(java.util.List<com.vmware.vapi.bindings.Structure> matchConditions)A list of match conditions used to match application traffic.LBRule.BuilderLBRule.Builder. setMatchStrategy(java.lang.String matchStrategy)Possible values are:LBRule.MATCH_STRATEGY_ALLLBRule.MATCH_STRATEGY_ANYIf more than one match condition is specified, then matching strategy determines if all conditions should match or any one condition should match for the LB Rule to be considered a match.LBRule.BuilderLBRule.Builder. setPhase(java.lang.String phase)Possible values are:LBRule.PHASE_HTTP_REQUEST_REWRITELBRule.PHASE_HTTP_FORWARDINGLBRule.PHASE_HTTP_RESPONSE_REWRITELBRule.PHASE_HTTP_ACCESSLBRule.PHASE_TRANSPORTEach load balancer rule is used at a specific phase of load balancer processing.
-