Uses of Class
com.vmware.nsx_policy.model.RuleStatistics
-
Packages that use RuleStatistics Package Description com.vmware.nsx_policy.model -
-
Uses of RuleStatistics in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return RuleStatistics Modifier and Type Method Description static RuleStatisticsRuleStatistics. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static RuleStatisticsRuleStatistics. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.RuleStatisticsRuleStatistics.Builder. build()RuleStatisticsRuleStatisticsForEnforcementPoint. getStatistics()Methods in com.vmware.nsx_policy.model that return types with arguments of type RuleStatistics Modifier and Type Method Description java.util.List<RuleStatistics>IdsSecurityPolicyStatistics. getResults()List of rule statistics.java.util.List<RuleStatistics>SecurityPolicyStatistics. getResults()List of rule statistics.Methods in com.vmware.nsx_policy.model with parameters of type RuleStatistics Modifier and Type Method Description RuleStatisticsForEnforcementPoint.BuilderRuleStatisticsForEnforcementPoint.Builder. setStatistics(RuleStatistics statistics)voidRuleStatisticsForEnforcementPoint. setStatistics(RuleStatistics statistics)Method parameters in com.vmware.nsx_policy.model with type arguments of type RuleStatistics Modifier and Type Method Description IdsSecurityPolicyStatistics.BuilderIdsSecurityPolicyStatistics.Builder. setResults(java.util.List<RuleStatistics> results)List of rule statistics.voidIdsSecurityPolicyStatistics. setResults(java.util.List<RuleStatistics> results)List of rule statistics.SecurityPolicyStatistics.BuilderSecurityPolicyStatistics.Builder. setResults(java.util.List<RuleStatistics> results)List of rule statistics.voidSecurityPolicyStatistics. setResults(java.util.List<RuleStatistics> results)List of rule statistics.
-