Package com.vmware.nsx_policy.model
Class LBRuleCondition.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LBRuleCondition.Builder
-
- Enclosing class:
- LBRuleCondition
public static final class LBRuleCondition.Builder extends java.lang.ObjectBuilder class forLBRuleCondition.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofLBRuleCondition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LBRuleConditionbuild()LBRuleCondition.BuildersetInverse(java.lang.Boolean inverse)A flag to indicate whether reverse the match result of this condition
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLBRuleCondition.
-
-
Method Detail
-
setInverse
public LBRuleCondition.Builder setInverse(java.lang.Boolean inverse)
A flag to indicate whether reverse the match result of this condition- Parameters:
inverse- New value for the property.
-
build
public LBRuleCondition build()
-
-