public class NatGatewayDestinationIpPortTranslationNatRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NatGatewayDestinationIpPortTranslationNatRule() | 
| NatGatewayDestinationIpPortTranslationNatRule(NatGatewayDestinationIpPortTranslationNatRule 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 | getCreatedTime()Get NAT网关转发规则创建时间。 | 
| String | getDescription()Get NAT网关转发规则描述。 | 
| String | getIpProtocol()Get 网络协议,可选值:`TCP`、`UDP`。 | 
| String | getNatGatewayId()Get NAT网关的ID。 | 
| String | getPrivateIpAddress()Get 内网地址。 | 
| Long | getPrivatePort()Get 内网端口。 | 
| String | getPublicIpAddress()Get 弹性公网IP。 | 
| Long | getPublicPort()Get 公网端口。 | 
| String | getVpcId()Get 私有网络VPC的ID。 | 
| void | setCreatedTime(String CreatedTime)Set NAT网关转发规则创建时间。 | 
| void | setDescription(String Description)Set NAT网关转发规则描述。 | 
| void | setIpProtocol(String IpProtocol)Set 网络协议,可选值:`TCP`、`UDP`。 | 
| void | setNatGatewayId(String NatGatewayId)Set NAT网关的ID。 | 
| void | setPrivateIpAddress(String PrivateIpAddress)Set 内网地址。 | 
| void | setPrivatePort(Long PrivatePort)Set 内网端口。 | 
| void | setPublicIpAddress(String PublicIpAddress)Set 弹性公网IP。 | 
| void | setPublicPort(Long PublicPort)Set 公网端口。 | 
| void | setVpcId(String VpcId)Set 私有网络VPC的ID。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic NatGatewayDestinationIpPortTranslationNatRule()
public NatGatewayDestinationIpPortTranslationNatRule(NatGatewayDestinationIpPortTranslationNatRule source)
public String getIpProtocol()
public void setIpProtocol(String IpProtocol)
IpProtocol - 网络协议,可选值:`TCP`、`UDP`。public String getPublicIpAddress()
public void setPublicIpAddress(String PublicIpAddress)
PublicIpAddress - 弹性公网IP。public Long getPublicPort()
public void setPublicPort(Long PublicPort)
PublicPort - 公网端口。public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress - 内网地址。public Long getPrivatePort()
public void setPrivatePort(Long PrivatePort)
PrivatePort - 内网端口。public String getDescription()
public void setDescription(String Description)
Description - NAT网关转发规则描述。public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId - NAT网关的ID。public String getVpcId()
public void setVpcId(String VpcId)
VpcId - 私有网络VPC的ID。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - NAT网关转发规则创建时间。Copyright © 2025. All rights reserved.