public static final class PolicyNATRuleCounters.Builder
extends java.lang.Object
PolicyNATRuleCounters
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PolicyNATRuleCounters . |
Modifier and Type | Method and Description |
---|---|
PolicyNATRuleCounters |
build() |
PolicyNATRuleCounters.Builder |
setActiveSessions(java.lang.Long activeSessions)
Gives the total number of active sessions.
|
PolicyNATRuleCounters.Builder |
setTotalBytes(java.lang.Long totalBytes)
Gives the total number of bytes.
|
PolicyNATRuleCounters.Builder |
setTotalPackets(java.lang.Long totalPackets)
Gives the total number of packets.
|
public Builder()
PolicyNATRuleCounters
.public PolicyNATRuleCounters.Builder setActiveSessions(java.lang.Long activeSessions)
activeSessions
- New value for the property.public PolicyNATRuleCounters.Builder setTotalBytes(java.lang.Long totalBytes)
totalBytes
- New value for the property.public PolicyNATRuleCounters.Builder setTotalPackets(java.lang.Long totalPackets)
totalPackets
- New value for the property.public PolicyNATRuleCounters build()