public class CreateNatGatewaySourceIpTranslationNatRuleRequest extends AbstractModel
Constructor and Description |
---|
CreateNatGatewaySourceIpTranslationNatRuleRequest() |
CreateNatGatewaySourceIpTranslationNatRuleRequest(CreateNatGatewaySourceIpTranslationNatRuleRequest 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 NAT网关的ID,形如:"nat-df45454"
|
SourceIpTranslationNatRule[] |
getSourceIpTranslationNatRules()
Get NAT网关的SNAT转换规则
|
void |
setNatGatewayId(String NatGatewayId)
Set NAT网关的ID,形如:"nat-df45454"
|
void |
setSourceIpTranslationNatRules(SourceIpTranslationNatRule[] SourceIpTranslationNatRules)
Set NAT网关的SNAT转换规则
|
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 CreateNatGatewaySourceIpTranslationNatRuleRequest(CreateNatGatewaySourceIpTranslationNatRuleRequest source)
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- NAT网关的ID,形如:"nat-df45454"public SourceIpTranslationNatRule[] getSourceIpTranslationNatRules()
public void setSourceIpTranslationNatRules(SourceIpTranslationNatRule[] SourceIpTranslationNatRules)
SourceIpTranslationNatRules
- NAT网关的SNAT转换规则Copyright © 2021. All rights reserved.