Package com.vmware.nsx_policy.model
Class UnicastPacketFlooding.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.UnicastPacketFlooding.Builder
-
- Enclosing class:
- UnicastPacketFlooding
public static final class UnicastPacketFlooding.Builder extends java.lang.ObjectBuilder class forUnicastPacketFlooding.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofUnicastPacketFlooding.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnicastPacketFloodingbuild()UnicastPacketFlooding.BuildersetHostswitchUnknownL2UnicastFromUplinkRxpps(java.lang.Double hostswitchUnknownL2UnicastFromUplinkRxpps)Unknown L2 unicast packets receveied by hostswitch from the uplink.UnicastPacketFlooding.BuildersetHostswitchUnknownL2UnicastToUplinkTxpps(java.lang.Double hostswitchUnknownL2UnicastToUplinkTxpps)Unknown L2 unicast packets sent by hostswtich to the uplink.UnicastPacketFlooding.BuildersetOverlayFloodedL2UnicastToUplinkTxpps(java.lang.Double overlayFloodedL2UnicastToUplinkTxpps)L2 overlay unicast TX packets flooded to the uplink.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofUnicastPacketFlooding.
-
-
Method Detail
-
setHostswitchUnknownL2UnicastFromUplinkRxpps
public UnicastPacketFlooding.Builder setHostswitchUnknownL2UnicastFromUplinkRxpps(java.lang.Double hostswitchUnknownL2UnicastFromUplinkRxpps)
Unknown L2 unicast packets receveied by hostswitch from the uplink.- Parameters:
hostswitchUnknownL2UnicastFromUplinkRxpps- New value for the property.
-
setHostswitchUnknownL2UnicastToUplinkTxpps
public UnicastPacketFlooding.Builder setHostswitchUnknownL2UnicastToUplinkTxpps(java.lang.Double hostswitchUnknownL2UnicastToUplinkTxpps)
Unknown L2 unicast packets sent by hostswtich to the uplink.- Parameters:
hostswitchUnknownL2UnicastToUplinkTxpps- New value for the property.
-
setOverlayFloodedL2UnicastToUplinkTxpps
public UnicastPacketFlooding.Builder setOverlayFloodedL2UnicastToUplinkTxpps(java.lang.Double overlayFloodedL2UnicastToUplinkTxpps)
L2 overlay unicast TX packets flooded to the uplink.- Parameters:
overlayFloodedL2UnicastToUplinkTxpps- New value for the property.
-
build
public UnicastPacketFlooding build()
-
-