Package com.vmware.nsx_policy.model
Class DfwDropCounters.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.DfwDropCounters.Builder
-
- Enclosing class:
- DfwDropCounters
public static final class DfwDropCounters.Builder extends java.lang.ObjectBuilder class forDfwDropCounters.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofDfwDropCounters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DfwDropCountersbuild()DfwDropCounters.BuildersetRxDropped(java.lang.Long rxDropped)The number of received packets dropped by distributed firewall rules due to rule actions.DfwDropCounters.BuildersetTxDropped(java.lang.Long txDropped)The number of sent packets dropped by distributed firewall rules due to rule actions.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofDfwDropCounters.
-
-
Method Detail
-
setRxDropped
public DfwDropCounters.Builder setRxDropped(java.lang.Long rxDropped)
The number of received packets dropped by distributed firewall rules due to rule actions. format: int64- Parameters:
rxDropped- New value for the property.
-
setTxDropped
public DfwDropCounters.Builder setTxDropped(java.lang.Long txDropped)
The number of sent packets dropped by distributed firewall rules due to rule actions. format: int64- Parameters:
txDropped- New value for the property.
-
build
public DfwDropCounters build()
-
-