Package com.vmware.nsx.model
Class ServiceInsertionRuleList.Builder
- java.lang.Object
-
- com.vmware.nsx.model.ServiceInsertionRuleList.Builder
-
- Enclosing class:
- ServiceInsertionRuleList
public static final class ServiceInsertionRuleList.Builder extends java.lang.ObjectBuilder class forServiceInsertionRuleList.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofServiceInsertionRuleList.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceInsertionRuleListbuild()ServiceInsertionRuleList.BuildersetRules(java.util.List<ServiceInsertionRule> rules)List of ServiceInsertion rules in the section.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofServiceInsertionRuleList.
-
-
Method Detail
-
setRules
public ServiceInsertionRuleList.Builder setRules(java.util.List<ServiceInsertionRule> rules)
List of ServiceInsertion rules in the section. Only homogeneous rules are supported.- Parameters:
rules- New value for the property.
-
build
public ServiceInsertionRuleList build()
-
-