public class ResetNatGatewayConnectionRequest extends AbstractModel
| Constructor and Description | 
|---|
ResetNatGatewayConnectionRequest()  | 
ResetNatGatewayConnectionRequest(ResetNatGatewayConnectionRequest 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 | 
getMaxConcurrentConnection()
Get Concurrent connections cap of the NAT gateway, such as 1000000, 3000000, 10000000. 
 | 
String | 
getNatGatewayId()
Get The 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 The 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, toJsonStringpublic ResetNatGatewayConnectionRequest()
public ResetNatGatewayConnectionRequest(ResetNatGatewayConnectionRequest source)
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId - The 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 © 2022. All rights reserved.