public static final class DfwDropCounters.Builder
extends java.lang.Object
DfwDropCounters.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
DfwDropCounters. |
| Modifier and Type | Method and Description |
|---|---|
DfwDropCounters |
build() |
DfwDropCounters.Builder |
setRxDropped(java.lang.Long rxDropped)
The number of received packets dropped by distributed firewall rules due to rule
actions.
|
DfwDropCounters.Builder |
setTxDropped(java.lang.Long txDropped)
The number of sent packets dropped by distributed firewall rules due to rule
actions.
|
public Builder()
DfwDropCounters.public DfwDropCounters.Builder setRxDropped(java.lang.Long rxDropped)
rxDropped - New value for the property.public DfwDropCounters.Builder setTxDropped(java.lang.Long txDropped)
txDropped - New value for the property.public DfwDropCounters build()