public class ModifyNatGatewayAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyNatGatewayAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getInternetMaxBandwidthOut()
Get The maximum outbound bandwidth of the NAT gateway.
|
String |
getNatGatewayId()
Get The ID of the NAT gateway, such as `nat-df45454`.
|
String |
getNatGatewayName()
Get The NAT gateway name, such as `test_nat`.
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set The maximum outbound bandwidth of the NAT gateway.
|
void |
setNatGatewayId(String NatGatewayId)
Set The ID of the NAT gateway, such as `nat-df45454`.
|
void |
setNatGatewayName(String NatGatewayName)
Set The NAT gateway name, such as `test_nat`.
|
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
- The ID of the NAT gateway, such as `nat-df45454`.public String getNatGatewayName()
public void setNatGatewayName(String NatGatewayName)
NatGatewayName
- The NAT gateway name, such as `test_nat`.public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- The maximum outbound bandwidth of the NAT gateway. Unit: Mbps.Copyright © 2020. All rights reserved.