Uses of Class
com.vmware.nsx_policy.model.SIMacLearningCounters.Builder
-
Packages that use SIMacLearningCounters.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of SIMacLearningCounters.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return SIMacLearningCounters.Builder Modifier and Type Method Description SIMacLearningCounters.BuilderSIMacLearningCounters.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.BuilderSIMacLearningCounters.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.BuilderSIMacLearningCounters.Builder. setMacsLearned(java.lang.Long macsLearned)Number of MACs learned format: int64
-