public class DescNatDnatRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescNatDnatRule() |
DescNatDnatRule(DescNatDnatRule 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 |
getDescription()
Get NAT防火墙转发规则描述。
|
String |
getFwInsId()
Get 所属防火墙实例id
|
Long |
getId()
Get id
|
String |
getIpProtocol()
Get 网络协议,可选值:TCP、UDP。
|
Long |
getIsReferenced()
Get 是否被关联引用,如被远程运维使用
|
String |
getNatGwId()
Get 关联的nat网关Id
|
String |
getPrivateIpAddress()
Get 内网地址。
|
Long |
getPrivatePort()
Get 内网端口。
|
String |
getPublicIpAddress()
Get 弹性IP。
|
Long |
getPublicPort()
Get 公网端口。
|
void |
setDescription(String Description)
Set NAT防火墙转发规则描述。
|
void |
setFwInsId(String FwInsId)
Set 所属防火墙实例id
|
void |
setId(Long Id)
Set id
|
void |
setIpProtocol(String IpProtocol)
Set 网络协议,可选值:TCP、UDP。
|
void |
setIsReferenced(Long IsReferenced)
Set 是否被关联引用,如被远程运维使用
|
void |
setNatGwId(String NatGwId)
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 |
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, toJsonString
public DescNatDnatRule()
public DescNatDnatRule(DescNatDnatRule source)
public Long getId()
public void setId(Long Id)
Id
- idpublic 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 Long getIsReferenced()
public void setIsReferenced(Long IsReferenced)
IsReferenced
- 是否被关联引用,如被远程运维使用public String getFwInsId()
public void setFwInsId(String FwInsId)
FwInsId
- 所属防火墙实例idpublic String getNatGwId()
public void setNatGwId(String NatGwId)
NatGwId
- 关联的nat网关IdCopyright © 2024. All rights reserved.