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.Builder
PolicyNATRuleCounters.Builder. setActiveSessions(java.lang.Long activeSessions)
Gives the total number of active sessions.PolicyNATRuleCounters.Builder
PolicyNATRuleCounters.Builder. setTotalBytes(java.lang.Long totalBytes)
Gives the total number of bytes.PolicyNATRuleCounters.Builder
PolicyNATRuleCounters.Builder. setTotalPackets(java.lang.Long totalPackets)
Gives the total number of packets.
-