public static final class PolicyNatRuleStatisticsPerTransportNode.Builder
extends java.lang.Object
PolicyNatRuleStatisticsPerTransportNode
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PolicyNatRuleStatisticsPerTransportNode . |
Modifier and Type | Method and Description |
---|---|
PolicyNatRuleStatisticsPerTransportNode |
build() |
PolicyNatRuleStatisticsPerTransportNode.Builder |
setActiveSessions(java.lang.Long activeSessions)
Gives the total number of active sessions.
|
PolicyNatRuleStatisticsPerTransportNode.Builder |
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated.
|
PolicyNatRuleStatisticsPerTransportNode.Builder |
setTotalBytes(java.lang.Long totalBytes)
Gives the total number of bytes.
|
PolicyNatRuleStatisticsPerTransportNode.Builder |
setTotalPackets(java.lang.Long totalPackets)
Gives the total number of packets.
|
PolicyNatRuleStatisticsPerTransportNode.Builder |
setTransportNodePath(java.lang.String transportNodePath)
Policy path of the Edge Node.
|
public Builder()
PolicyNatRuleStatisticsPerTransportNode
.public PolicyNatRuleStatisticsPerTransportNode.Builder setActiveSessions(java.lang.Long activeSessions)
activeSessions
- New value for the property.public PolicyNatRuleStatisticsPerTransportNode.Builder setTotalBytes(java.lang.Long totalBytes)
totalBytes
- New value for the property.public PolicyNatRuleStatisticsPerTransportNode.Builder setTotalPackets(java.lang.Long totalPackets)
totalPackets
- New value for the property.public PolicyNatRuleStatisticsPerTransportNode.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp
- New value for the property.public PolicyNatRuleStatisticsPerTransportNode.Builder setTransportNodePath(java.lang.String transportNodePath)
transportNodePath
- New value for the property.public PolicyNatRuleStatisticsPerTransportNode build()