public class NatGatewayDestinationIpPortTranslationNatRule extends AbstractModel
| Constructor and Description |
|---|
NatGatewayDestinationIpPortTranslationNatRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedTime()
Get The creation time of the NAT gateway forwarding rule.
|
String |
getDescription()
Get NAT gateway forwarding rule description.
|
String |
getIpProtocol()
Get Network protocol.
|
String |
getNatGatewayId()
Get NAT gateway ID.
|
String |
getPrivateIpAddress()
Get Private network address.
|
Long |
getPrivatePort()
Get Private network port.
|
String |
getPublicIpAddress()
Get EIP.
|
Long |
getPublicPort()
Get Public port.
|
String |
getVpcId()
Get VPC ID.
|
void |
setCreatedTime(String CreatedTime)
Set The creation time of the NAT gateway forwarding rule.
|
void |
setDescription(String Description)
Set NAT gateway forwarding rule description.
|
void |
setIpProtocol(String IpProtocol)
Set Network protocol.
|
void |
setNatGatewayId(String NatGatewayId)
Set NAT gateway ID.
|
void |
setPrivateIpAddress(String PrivateIpAddress)
Set Private network address.
|
void |
setPrivatePort(Long PrivatePort)
Set Private network port.
|
void |
setPublicIpAddress(String PublicIpAddress)
Set EIP.
|
void |
setPublicPort(Long PublicPort)
Set Public port.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic NatGatewayDestinationIpPortTranslationNatRule()
public String getIpProtocol()
public void setIpProtocol(String IpProtocol)
IpProtocol - Network protocol. Available choices: `TCP`, `UDP`.public String getPublicIpAddress()
public void setPublicIpAddress(String PublicIpAddress)
PublicIpAddress - EIP.public Long getPublicPort()
public void setPublicPort(Long PublicPort)
PublicPort - Public port.public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress - Private network address.public Long getPrivatePort()
public void setPrivatePort(Long PrivatePort)
PrivatePort - Private network port.public String getDescription()
public void setDescription(String Description)
Description - NAT gateway forwarding rule description.public String getNatGatewayId()
public void setNatGatewayId(String NatGatewayId)
NatGatewayId - NAT gateway ID.
Note: This field may return null, indicating no valid value.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC ID.
Note: This field may return null, indicating no valid value.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - The creation time of the NAT gateway forwarding rule.
Note: This field may return null, indicating no valid value.Copyright © 2020. All rights reserved.