Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
PolicyNatRuleStatisticsPerTransportNode.Builder |
PolicyNatRuleStatisticsPerTransportNode.Builder.setActiveSessions(java.lang.Long activeSessions)
Gives the total number of active sessions.
|
PolicyNatRuleStatisticsPerTransportNode.Builder |
PolicyNatRuleStatisticsPerTransportNode.Builder.setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated.
|
PolicyNatRuleStatisticsPerTransportNode.Builder |
PolicyNatRuleStatisticsPerTransportNode.Builder.setTotalBytes(java.lang.Long totalBytes)
Gives the total number of bytes.
|
PolicyNatRuleStatisticsPerTransportNode.Builder |
PolicyNatRuleStatisticsPerTransportNode.Builder.setTotalPackets(java.lang.Long totalPackets)
Gives the total number of packets.
|
PolicyNatRuleStatisticsPerTransportNode.Builder |
PolicyNatRuleStatisticsPerTransportNode.Builder.setTransportNodePath(java.lang.String transportNodePath)
Policy path of the Edge Node.
|