Package com.vmware.nsx_policy.model
Class TepGroupConfig.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.TepGroupConfig.Builder
-
- Enclosing class:
- TepGroupConfig
public static final class TepGroupConfig.Builder extends java.lang.Object
Builder class forTepGroupConfig
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofTepGroupConfig
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TepGroupConfig
build()
TepGroupConfig.Builder
setEnableTepGroupingOnEdge(java.lang.Boolean enableTepGroupingOnEdge)
Indicates if the TEP Grouping is enabled on an Edge TransportNode.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofTepGroupConfig
.
-
-
Method Detail
-
setEnableTepGroupingOnEdge
public TepGroupConfig.Builder setEnableTepGroupingOnEdge(java.lang.Boolean enableTepGroupingOnEdge)
Indicates if the TEP Grouping is enabled on an Edge TransportNode. Set enable_tep_grouping_on_edge to true to enable flow-based load balancing for overlay traffic in a multi TEP Edge deployment. This feature does not support EVPN, Multicast Routing, Federation and IPv6 TEP functionalities. Do not enable this feature if these functionalities are already configured in your environment. If this feature is enabled and is planned to use the above mentioned unsupported functionalities, please disable the feature first.- Parameters:
enableTepGroupingOnEdge
- New value for the property.
-
build
public TepGroupConfig build()
-
-