public class ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest extends AbstractModel
构造器和说明 |
---|
ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest() |
限定符和类型 | 方法和说明 |
---|---|
DestinationIpPortTranslationNatRule |
getDestinationNatRule()
获取目的NAT网关的端口转换规则。
|
String |
getNatGatewayId()
获取NAT网关的ID,形如:`nat-df45454`。
|
DestinationIpPortTranslationNatRule |
getSourceNatRule()
获取源NAT网关的端口转换规则。
|
void |
setDestinationNatRule(DestinationIpPortTranslationNatRule DestinationNatRule)
设置目的NAT网关的端口转换规则。
|
void |
setNatGatewayId(String NatGatewayId)
设置NAT网关的ID,形如:`nat-df45454`。
|
void |
setSourceNatRule(DestinationIpPortTranslationNatRule SourceNatRule)
设置源NAT网关的端口转换规则。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest()
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 © 2019. All rights reserved.