public class ModifyNatGatewaySourceIpTranslationNatRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNatGatewaySourceIpTranslationNatRuleRequest() |
ModifyNatGatewaySourceIpTranslationNatRuleRequest(ModifyNatGatewaySourceIpTranslationNatRuleRequest 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 |
---|---|
String |
getNatGatewayId()
Get The ID of the NAT Gateway, such as `nat-df453454`
|
SourceIpTranslationNatRule |
getSourceIpTranslationNatRule()
Get The SNAT forwarding rule of the NAT Gateway
|
void |
setNatGatewayId(String NatGatewayId)
Set The ID of the NAT Gateway, such as `nat-df453454`
|
void |
setSourceIpTranslationNatRule(SourceIpTranslationNatRule SourceIpTranslationNatRule)
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyNatGatewaySourceIpTranslationNatRuleRequest()
public ModifyNatGatewaySourceIpTranslationNatRuleRequest(ModifyNatGatewaySourceIpTranslationNatRuleRequest source)
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- The ID of the NAT Gateway, such as `nat-df453454`public SourceIpTranslationNatRule getSourceIpTranslationNatRule()
public void setSourceIpTranslationNatRule(SourceIpTranslationNatRule SourceIpTranslationNatRule)
SourceIpTranslationNatRule
- The SNAT forwarding rule of the NAT GatewayCopyright © 2024. All rights reserved.