Uses of Class
com.vmware.nsx_policy.model.PolicyNATRuleCounters.Builder
-
Packages that use PolicyNATRuleCounters.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of PolicyNATRuleCounters.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PolicyNATRuleCounters.Builder Modifier and Type Method Description PolicyNATRuleCounters.BuilderPolicyNATRuleCounters.Builder. setActiveSessions(java.lang.Long activeSessions)Gives the total number of active sessions.PolicyNATRuleCounters.BuilderPolicyNATRuleCounters.Builder. setTotalBytes(java.lang.Long totalBytes)Gives the total number of bytes.PolicyNATRuleCounters.BuilderPolicyNATRuleCounters.Builder. setTotalPackets(java.lang.Long totalPackets)Gives the total number of packets.
-