RuleStatistics.Builder |
RuleStatistics.Builder.setByteCount(java.lang.Long byteCount) |
Aggregated number of bytes processed by the rule.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setHitCount(java.lang.Long hitCount) |
Aggregated number of hits received by the rule.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setInternalRuleId(java.lang.String internalRuleId) |
Realized id of the rule on NSX MP.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setL7AcceptCount(java.lang.Long l7AcceptCount) |
Aggregated number of L7 Profile Accepted counters received by the rule.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setL7RejectCount(java.lang.Long l7RejectCount) |
Aggregated number of L7 Profile Rejected counters received by the rule.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setL7RejectWithResponseCount(java.lang.Long l7RejectWithResponseCount) |
Aggregated number of L7 Profile Rejected with Response counters received by the
rule.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setLinks(java.util.List<ResourceLink> links) |
The server will populate this field when returing the resource.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setLrPath(java.lang.String lrPath) |
Path of the LR on which the section is applied in case of Edge FW.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setMaxPopularityIndex(java.lang.Long maxPopularityIndex) |
Maximum value of popularity index of all rules of the type.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setMaxSessionCount(java.lang.Long maxSessionCount) |
Maximum value of sessions count of all rules of the type.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setPacketCount(java.lang.Long packetCount) |
Aggregated number of packets processed by the rule.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setPopularityIndex(java.lang.Long popularityIndex) |
This is calculated by sessions count divided by age of the rule.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setRule(java.lang.String rule) |
Path of the rule.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setSchema(java.lang.String schema) |
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setSelf(SelfResourceLink self) |
|
RuleStatistics.Builder |
RuleStatistics.Builder.setSessionCount(java.lang.Long sessionCount) |
Aggregated number of sessions processed by the rule.
|
RuleStatistics.Builder |
RuleStatistics.Builder.setTotalSessionCount(java.lang.Long totalSessionCount) |
Aggregated number of sessions processed by all the rules This is aggregated
statistic which are computed with lower frequency compared to individual generic
rule statistics.
|