public static final class SIMacLearningCounters.Builder
extends java.lang.Object
SIMacLearningCounters.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
SIMacLearningCounters. |
| Modifier and Type | Method and Description |
|---|---|
SIMacLearningCounters |
build() |
SIMacLearningCounters.Builder |
setMacNotLearnedPacketsAllowed(java.lang.Long macNotLearnedPacketsAllowed)
The number of packets with unknown source MAC address that are dispatched
without learning the source MAC address.
|
SIMacLearningCounters.Builder |
setMacNotLearnedPacketsDropped(java.lang.Long macNotLearnedPacketsDropped)
The number of packets with unknown source MAC address that are dropped without
learning the source MAC address.
|
SIMacLearningCounters.Builder |
setMacsLearned(java.lang.Long macsLearned)
Number of MACs learned format: int64
|
public Builder()
SIMacLearningCounters.public SIMacLearningCounters.Builder setMacNotLearnedPacketsAllowed(java.lang.Long macNotLearnedPacketsAllowed)
macNotLearnedPacketsAllowed - New value for the property.public SIMacLearningCounters.Builder setMacNotLearnedPacketsDropped(java.lang.Long macNotLearnedPacketsDropped)
macNotLearnedPacketsDropped - New value for the property.public SIMacLearningCounters.Builder setMacsLearned(java.lang.Long macsLearned)
macsLearned - New value for the property.public SIMacLearningCounters build()