public class ResetNatGatewayConnectionRequest extends AbstractModel
Constructor and Description |
---|
ResetNatGatewayConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getMaxConcurrentConnection()
Get Concurrent connections cap of the NAT gateway, such as 1000000, 3000000, 10000000.
|
String |
getNatGatewayId()
Get NAT gateway ID.
|
void |
setMaxConcurrentConnection(Long MaxConcurrentConnection)
Set Concurrent connections cap of the NAT gateway, such as 1000000, 3000000, 10000000.
|
void |
setNatGatewayId(String NatGatewayId)
Set NAT gateway ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- NAT gateway ID.public Long getMaxConcurrentConnection()
public void setMaxConcurrentConnection(Long MaxConcurrentConnection)
MaxConcurrentConnection
- Concurrent connections cap of the NAT gateway, such as 1000000, 3000000, 10000000.Copyright © 2020. All rights reserved.