Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
SegmentStatistics.Builder |
SegmentStatistics.Builder.setDroppedByFirewallPackets(DfwDropCounters droppedByFirewallPackets) |
SegmentStatistics.Builder |
SegmentStatistics.Builder.setDroppedBySecurityPackets(PacketsDroppedBySecurity droppedBySecurityPackets) |
SegmentStatistics.Builder |
SegmentStatistics.Builder.setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated; unset if data source has never updated
the data.
|
SegmentStatistics.Builder |
SegmentStatistics.Builder.setLogicalSwitchId(java.lang.String logicalSwitchId)
The id of the logical Switch
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
SegmentStatistics.Builder |
SegmentStatistics.Builder.setMacLearning(MacLearningCounters macLearning) |
SegmentStatistics.Builder |
SegmentStatistics.Builder.setNsxtSwsec(SwsecCounters nsxtSwsec) |
SegmentStatistics.Builder |
SegmentStatistics.Builder.setNsxtVdl2(Vdl2Counters nsxtVdl2) |
SegmentStatistics.Builder |
SegmentStatistics.Builder.setNsxtVdrb(VdrbCounters nsxtVdrb) |
SegmentStatistics.Builder |
SegmentStatistics.Builder.setRxBytes(DataCounter rxBytes) |
SegmentStatistics.Builder |
SegmentStatistics.Builder.setRxPackets(DataCounter rxPackets) |
SegmentStatistics.Builder |
SegmentStatistics.Builder.setTxBytes(DataCounter txBytes) |
SegmentStatistics.Builder |
SegmentStatistics.Builder.setTxPackets(DataCounter txPackets) |