public class NatGatewayDestinationIpPortTranslationNatRule extends AbstractModel
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 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 IP.
|
Long |
getPrivatePort()
Get Private 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 IP.
|
void |
setPrivatePort(Long PrivatePort)
Set Private 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NatGatewayDestinationIpPortTranslationNatRule()
public NatGatewayDestinationIpPortTranslationNatRule(NatGatewayDestinationIpPortTranslationNatRule source)
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 IP.public Long getPrivatePort()
public void setPrivatePort(Long PrivatePort)
PrivatePort
- Private 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 that no valid values can be obtained.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC ID.
Note: This field may return `null`, indicating that no valid values can be obtained.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 that no valid values can be obtained.Copyright © 2023. All rights reserved.