public class RemoveNatAcRuleRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getDirection()
Get Rule direction.
|
Long[] |
getRuleUuid()
Get UUIDs of the rules to delete, which can be obtained by querying the rule list.
|
void |
setDirection(Long Direction)
Set Rule direction.
|
void |
setRuleUuid(Long[] RuleUuid)
Set UUIDs of the rules to delete, which can be obtained by querying the rule list.
|
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, toJsonString
public RemoveNatAcRuleRequest()
public RemoveNatAcRuleRequest(RemoveNatAcRuleRequest source)
public Long[] getRuleUuid()
public void setRuleUuid(Long[] RuleUuid)
RuleUuid
- UUIDs of the rules to delete, which can be obtained by querying the rule list. Note: If [-1] is passed in, all rules are deleted.public Long getDirection()
public void setDirection(Long Direction)
Direction
- Rule direction. Valid values: 1: inbound; 0: outbound.Copyright © 2023. All rights reserved.