public class CreateNatGatewaySourceIpTranslationNatRuleRequest extends AbstractModel
Constructor and Description |
---|
CreateNatGatewaySourceIpTranslationNatRuleRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getNatGatewayId()
Get The ID of the NAT Gateway, such as `nat-df45454`
|
SourceIpTranslationNatRule[] |
getSourceIpTranslationNatRules()
Get The SNAT forwarding rule of the NAT Gateway
|
void |
setNatGatewayId(String NatGatewayId)
Set The ID of the NAT Gateway, such as `nat-df45454`
|
void |
setSourceIpTranslationNatRules(SourceIpTranslationNatRule[] SourceIpTranslationNatRules)
Set The SNAT forwarding rule of the NAT Gateway
|
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 CreateNatGatewaySourceIpTranslationNatRuleRequest()
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- The ID of the NAT Gateway, such as `nat-df45454`public SourceIpTranslationNatRule[] getSourceIpTranslationNatRules()
public void setSourceIpTranslationNatRules(SourceIpTranslationNatRule[] SourceIpTranslationNatRules)
SourceIpTranslationNatRules
- The SNAT forwarding rule of the NAT GatewayCopyright © 2021. All rights reserved.