SegmentPortStatistics.Builder |
SegmentPortStatistics.Builder.setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets) |
|
SegmentPortStatistics.Builder |
SegmentPortStatistics.Builder.setDroppedBySecurityPackets(PacketsDroppedBySecurity droppedBySecurityPackets) |
|
SegmentPortStatistics.Builder |
SegmentPortStatistics.Builder.setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp) |
Timestamp when the data was last updated; unset if data source has never updated
the data.
|
SegmentPortStatistics.Builder |
SegmentPortStatistics.Builder.setLogicalPortId(java.lang.String logicalPortId) |
The id of the logical port
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentPortStatistics.Builder |
SegmentPortStatistics.Builder.setMacLearning(MacLearningCounters macLearning) |
|
SegmentPortStatistics.Builder |
SegmentPortStatistics.Builder.setRxBytes(DataCounter rxBytes) |
|
SegmentPortStatistics.Builder |
SegmentPortStatistics.Builder.setRxPackets(DataCounter rxPackets) |
|
SegmentPortStatistics.Builder |
SegmentPortStatistics.Builder.setTxBytes(DataCounter txBytes) |
|
SegmentPortStatistics.Builder |
SegmentPortStatistics.Builder.setTxPackets(DataCounter txPackets) |
|