FpCounters.Builder |
FpCounters.Builder.setRxBytes(java.lang.Long rxBytes) |
Count of rx bytes of ENS-Fastpath/FC-lookup.
|
FpCounters.Builder |
FpCounters.Builder.setRxDrops(java.lang.Long rxDrops) |
Count of rx packet drops of ENS Fastpath / Not applicable for FC Module.
|
FpCounters.Builder |
FpCounters.Builder.setRxDropsSp(java.lang.Long rxDropsSp) |
Count of rx pkts drops of slowpath / Not applicable for FC Module.
|
FpCounters.Builder |
FpCounters.Builder.setRxDropsUplink(java.lang.Long rxDropsUplink) |
Count of rx packet drops of ENS Uplink / Not applicable for FC Module.
|
FpCounters.Builder |
FpCounters.Builder.setRxPkts(java.lang.Long rxPkts) |
Count of rx packets of ENS Fastpath / Count of rx packets at FC lookup of vnic.
|
FpCounters.Builder |
FpCounters.Builder.setRxPktsSp(java.lang.Long rxPktsSp) |
Count of rx pkt of slowpath / Not applicable for FC Module.
|
FpCounters.Builder |
FpCounters.Builder.setRxPktsUplink(java.lang.Long rxPktsUplink) |
Count of rx packets of ENS Uplink / Count of rx packets at FC lookup of Uplink.
|
FpCounters.Builder |
FpCounters.Builder.setTxBytes(java.lang.Long txBytes) |
Count of tx bytes of ENS/FC Fastpath format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FpCounters.Builder |
FpCounters.Builder.setTxDrops(java.lang.Long txDrops) |
Count of tx packet drops of ENS Fastpath / Count of packets dropped at FC lookup
of vnic format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FpCounters.Builder |
FpCounters.Builder.setTxDropsSp(java.lang.Long txDropsSp) |
Count of tx pkts drops by slowpath / Not applicable for FC Module.
|
FpCounters.Builder |
FpCounters.Builder.setTxDropsUplink(java.lang.Long txDropsUplink) |
Count of tx packet drops of ENS Uplink / Count of packets dropped at FC lookup
of Uplink.
|
FpCounters.Builder |
FpCounters.Builder.setTxPkts(java.lang.Long txPkts) |
Count of tx packets of ENS Fastpath / Count of packets going through FC fastpath
at vnic.
|
FpCounters.Builder |
FpCounters.Builder.setTxPktsSp(java.lang.Long txPktsSp) |
Count of tx pkts of ENS/FC slowpath format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FpCounters.Builder |
FpCounters.Builder.setTxPktsUplink(java.lang.Long txPktsUplink) |
Count of tx packets of ENS Uplink / Count of packets going through FC fastpath
at Uplink.
|