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. | 
| Boolean | getModifySecurityGroup()Get Whether to modify the security group bound to 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`. | 
| String[] | getSecurityGroupIds()Get The final security groups bound to the NAT Gateway, such as `['sg-1n232323', 'sg-o4242424']`. | 
| void | setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)Set The maximum outbound bandwidth of the NAT gateway. | 
| void | setModifySecurityGroup(Boolean ModifySecurityGroup)Set Whether to modify the security group bound to 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 | setSecurityGroupIds(String[] SecurityGroupIds)Set The final security groups bound to the NAT Gateway, such as `['sg-1n232323', 'sg-o4242424']`. | 
| 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 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.public Boolean getModifySecurityGroup()
public void setModifySecurityGroup(Boolean ModifySecurityGroup)
ModifySecurityGroup - Whether to modify the security group bound to the NAT Gatewaypublic String[] getSecurityGroupIds()
public void setSecurityGroupIds(String[] SecurityGroupIds)
SecurityGroupIds - The final security groups bound to the NAT Gateway, such as `['sg-1n232323', 'sg-o4242424']`. An empty list indicates that all the security groups have been deleted.Copyright © 2021. All rights reserved.