public class ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest extends AbstractModel
Constructor and Description |
---|
ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest() |
ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest(ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest 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 |
---|---|
DestinationIpPortTranslationNatRule |
getDestinationNatRule()
Get 目的NAT网关的端口转换规则。
|
String |
getNatGatewayId()
Get NAT网关的ID,形如:`nat-df45454`。
|
DestinationIpPortTranslationNatRule |
getSourceNatRule()
Get 源NAT网关的端口转换规则。
|
void |
setDestinationNatRule(DestinationIpPortTranslationNatRule DestinationNatRule)
Set 目的NAT网关的端口转换规则。
|
void |
setNatGatewayId(String NatGatewayId)
Set NAT网关的ID,形如:`nat-df45454`。
|
void |
setSourceNatRule(DestinationIpPortTranslationNatRule SourceNatRule)
Set 源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 ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest()
public ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest(ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest source)
public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId
- NAT网关的ID,形如:`nat-df45454`。public DestinationIpPortTranslationNatRule getSourceNatRule()
public void setSourceNatRule(DestinationIpPortTranslationNatRule SourceNatRule)
SourceNatRule
- 源NAT网关的端口转换规则。public DestinationIpPortTranslationNatRule getDestinationNatRule()
public void setDestinationNatRule(DestinationIpPortTranslationNatRule DestinationNatRule)
DestinationNatRule
- 目的NAT网关的端口转换规则。Copyright © 2023. All rights reserved.