public class NatGatewayFlowMonitorDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NatGatewayFlowMonitorDetail() | 
| NatGatewayFlowMonitorDetail(NatGatewayFlowMonitorDetail source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getConcurrentConnectionCount()Get 并发连接数。仅标准型nat支持此参数。 | 
| Long | getInPkg()Get 入包量。 | 
| Long | getInTraffic()Get 入流量,单位:`Byte`。 | 
| Long | getNewConnectionRate()Get 新建连接速率。仅标准型nat支持此参数。 | 
| Long | getOutPkg()Get 出包量。 | 
| Long | getOutTraffic()Get 出流量,单位:`Byte`。 | 
| String | getPrivateIpAddress()Get 来源`IP`。 | 
| void | setConcurrentConnectionCount(Long ConcurrentConnectionCount)Set 并发连接数。仅标准型nat支持此参数。 | 
| void | setInPkg(Long InPkg)Set 入包量。 | 
| void | setInTraffic(Long InTraffic)Set 入流量,单位:`Byte`。 | 
| void | setNewConnectionRate(Long NewConnectionRate)Set 新建连接速率。仅标准型nat支持此参数。 | 
| void | setOutPkg(Long OutPkg)Set 出包量。 | 
| void | setOutTraffic(Long OutTraffic)Set 出流量,单位:`Byte`。 | 
| void | setPrivateIpAddress(String PrivateIpAddress)Set 来源`IP`。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic NatGatewayFlowMonitorDetail()
public NatGatewayFlowMonitorDetail(NatGatewayFlowMonitorDetail source)
public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress - 来源`IP`。public Long getInPkg()
public void setInPkg(Long InPkg)
InPkg - 入包量。public Long getOutPkg()
public void setOutPkg(Long OutPkg)
OutPkg - 出包量。public Long getInTraffic()
public void setInTraffic(Long InTraffic)
InTraffic - 入流量,单位:`Byte`。public Long getOutTraffic()
public void setOutTraffic(Long OutTraffic)
OutTraffic - 出流量,单位:`Byte`。public Long getConcurrentConnectionCount()
public void setConcurrentConnectionCount(Long ConcurrentConnectionCount)
ConcurrentConnectionCount - 并发连接数。仅标准型nat支持此参数。public Long getNewConnectionRate()
public void setNewConnectionRate(Long NewConnectionRate)
NewConnectionRate - 新建连接速率。仅标准型nat支持此参数。Copyright © 2025. All rights reserved.