public class TranslationNatRuleInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
TranslationNatRuleInput() |
TranslationNatRuleInput(TranslationNatRuleInput 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 转换规则描述。
|
String |
getOriginalIp()
Get 源`IP`,当转换规则类型为三层时有效。
|
String |
getTranslationDirection()
Get 转换规则目标,可选值"LOCAL","PEER"。
|
String |
getTranslationIp()
Get 转换`IP`,当转换规则类型为四层时为`IP`池。
|
String |
getTranslationType()
Get 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
void |
setDescription(String Description)
Set 转换规则描述。
|
void |
setOriginalIp(String OriginalIp)
Set 源`IP`,当转换规则类型为三层时有效。
|
void |
setTranslationDirection(String TranslationDirection)
Set 转换规则目标,可选值"LOCAL","PEER"。
|
void |
setTranslationIp(String TranslationIp)
Set 转换`IP`,当转换规则类型为四层时为`IP`池。
|
void |
setTranslationType(String TranslationType)
Set 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
|
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 TranslationNatRuleInput()
public TranslationNatRuleInput(TranslationNatRuleInput source)
public String getTranslationDirection()
public void setTranslationDirection(String TranslationDirection)
TranslationDirection
- 转换规则目标,可选值"LOCAL","PEER"。public String getTranslationType()
public void setTranslationType(String TranslationType)
TranslationType
- 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。public String getTranslationIp()
public void setTranslationIp(String TranslationIp)
TranslationIp
- 转换`IP`,当转换规则类型为四层时为`IP`池。public String getDescription()
public void setDescription(String Description)
Description
- 转换规则描述。public String getOriginalIp()
public void setOriginalIp(String OriginalIp)
OriginalIp
- 源`IP`,当转换规则类型为三层时有效。Copyright © 2024. All rights reserved.