| Package | Description |
|---|---|
| com.vmware.nsx.model |
| Modifier and Type | Method and Description |
|---|---|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setBytesIn(java.lang.Long bytesIn)
Number of bytes in format: int64
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setBytesInRate(java.lang.Double bytesInRate)
The average number of inbound bytes per second, the number is averaged over the
last 5 one-second intervals.
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setBytesOut(java.lang.Long bytesOut)
Number of bytes out format: int64
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setBytesOutRate(java.lang.Double bytesOutRate)
The average number of outbound bytes per second, the number is averaged over the
last 5 one-second intervals.
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setCurrentSessionRate(java.lang.Double currentSessionRate)
The average number of current sessions per second, the number is averaged over
the last 5 one-second intervals.
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setCurrentSessions(java.lang.Long currentSessions)
Number of current sessions format: int64
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setDroppedPacketsByAccessList(java.lang.Long droppedPacketsByAccessList)
The total number of dropped TCP SYN or UDP packets by access list control.
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setDroppedSessionsByLbruleAction(java.lang.Long droppedSessionsByLbruleAction)
The total number of dropped sessions by LB rule action.
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setHttpRequestRate(java.lang.Double httpRequestRate)
The average number of http requests per second, the number is averaged over the
last 5 one-second intervals.
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setHttpRequests(java.lang.Long httpRequests)
The total number of http requests.
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setMaxSessions(java.lang.Long maxSessions)
Number of maximum sessions format: int64
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setPacketsIn(java.lang.Long packetsIn)
Number of packets in format: int64
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setPacketsInRate(java.lang.Double packetsInRate)
The average number of inbound packets per second, the number is averaged over
the last 5 one-second intervals.
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setPacketsOut(java.lang.Long packetsOut)
Number of packets out format: int64
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setPacketsOutRate(java.lang.Double packetsOutRate)
The average number of outbound packets per second, the number is averaged over
the last 5 one-second intervals.
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setSourceIpPersistenceEntrySize(java.lang.Long sourceIpPersistenceEntrySize)
Number of source IP persistence entries format: int64
|
LbStatisticsCounter.Builder |
LbStatisticsCounter.Builder.setTotalSessions(java.lang.Long totalSessions)
Number of total sessions format: int64
|