public class CreateNewL7RulesRequest extends AbstractModel
| Constructor and Description | 
|---|
| CreateNewL7RulesRequest() | 
| CreateNewL7RulesRequest(CreateNewL7RulesRequest 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 | getBusiness()Get Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced) | 
| String[] | getIdList()Get List of resource IDs | 
| L7RuleEntry[] | getRules()Get List of rules | 
| String[] | getVipList()Get List of resource IPs | 
| void | setBusiness(String Business)Set Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced) | 
| void | setIdList(String[] IdList)Set List of resource IDs | 
| void | setRules(L7RuleEntry[] Rules)Set List of rules | 
| void | setVipList(String[] VipList)Set List of resource IPs | 
| 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, toJsonStringpublic CreateNewL7RulesRequest()
public CreateNewL7RulesRequest(CreateNewL7RulesRequest source)
public L7RuleEntry[] getRules()
public void setRules(L7RuleEntry[] Rules)
Rules - List of rulespublic String getBusiness()
public void setBusiness(String Business)
Business - Anti-DDoS service type (`bgpip`: Anti-DDoS Advanced)public String[] getIdList()
public void setIdList(String[] IdList)
IdList - List of resource IDspublic String[] getVipList()
public void setVipList(String[] VipList)
VipList - List of resource IPsCopyright © 2023. All rights reserved.