public class DescribeL4HealthConfigRequest extends AbstractModel
Constructor and Description |
---|
DescribeL4HealthConfigRequest() |
DescribeL4HealthConfigRequest(DescribeL4HealthConfigRequest 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.
|
String |
getId()
Get Anti-DDoS instance ID
|
String[] |
getRuleIdList()
Get Rule ID array.
|
void |
setBusiness(String Business)
Set Anti-DDoS service type.
|
void |
setId(String Id)
Set Anti-DDoS instance ID
|
void |
setRuleIdList(String[] RuleIdList)
Set Rule ID array.
|
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 DescribeL4HealthConfigRequest()
public DescribeL4HealthConfigRequest(DescribeL4HealthConfigRequest source)
public String getBusiness()
public void setBusiness(String Business)
Business
- Anti-DDoS service type. `bgpip`: Anti-DDoS Advanced; `net`: Anti-DDoS Ultimatepublic String getId()
public void setId(String Id)
Id
- Anti-DDoS instance IDpublic String[] getRuleIdList()
public void setRuleIdList(String[] RuleIdList)
RuleIdList
- Rule ID array. To export the health check configurations of all rules, leave this field empty or enter an empty array;Copyright © 2023. All rights reserved.