Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setByteCount(java.lang.Long byteCount)
Aggregated number of bytes processed by the rule.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setHitCount(java.lang.Long hitCount)
Aggregated number of hits received by the rule.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setInternalRuleId(java.lang.String internalRuleId)
Realized id of the rule on NSX MP.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setL7AcceptCount(java.lang.Long l7AcceptCount)
Aggregated number of L7 Profile Accepted counters received by the rule.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setL7RejectCount(java.lang.Long l7RejectCount)
Aggregated number of L7 Profile Rejected counters received by the rule.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setL7RejectWithResponseCount(java.lang.Long l7RejectWithResponseCount)
Aggregated number of L7 Profile Rejected with Response counters received by the
rule.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setLrPath(java.lang.String lrPath)
Path of the LR on which the section is applied in case of Edge FW.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setMaxPopularityIndex(java.lang.Long maxPopularityIndex)
Maximum value of popularity index of all rules of the type.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setMaxSessionCount(java.lang.Long maxSessionCount)
Maximum value of sessions count of all rules of the type.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setPacketCount(java.lang.Long packetCount)
Aggregated number of packets processed by the rule.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setPopularityIndex(java.lang.Long popularityIndex)
This is calculated by sessions count divided by age of the rule.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setRule(java.lang.String rule)
Path of the rule.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.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.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setSelf(SelfResourceLink self) |
IdsRuleStatistics.Builder |
IdsRuleStatistics.Builder.setSessionCount(java.lang.Long sessionCount)
Aggregated number of sessions processed by the rule.
|
IdsRuleStatistics.Builder |
IdsRuleStatistics.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.
|