Class RemoveNatAcRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.RemoveNatAcRuleRequest
-
public class RemoveNatAcRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RemoveNatAcRuleRequest()RemoveNatAcRuleRequest(RemoveNatAcRuleRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDirection()Get 规则方向:1,入站;0,出站Long[]getRuleUuid()Get 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则voidsetDirection(Long Direction)Set 规则方向:1,入站;0,出站voidsetRuleUuid(Long[] RuleUuid)Set 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RemoveNatAcRuleRequest
public RemoveNatAcRuleRequest()
-
RemoveNatAcRuleRequest
public RemoveNatAcRuleRequest(RemoveNatAcRuleRequest 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.
-
-
Method Detail
-
getRuleUuid
public Long[] getRuleUuid()
Get 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则- Returns:
- RuleUuid 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则
-
setRuleUuid
public void setRuleUuid(Long[] RuleUuid)
Set 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则- Parameters:
RuleUuid- 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则
-
getDirection
public Long getDirection()
Get 规则方向:1,入站;0,出站- Returns:
- Direction 规则方向:1,入站;0,出站
-
setDirection
public void setDirection(Long Direction)
Set 规则方向:1,入站;0,出站- Parameters:
Direction- 规则方向:1,入站;0,出站
-
-