public class DescribleL4RulesResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribleL4RulesResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| L4RuleHealth[] | getHealths()Get Health check configuration list | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| L4RuleEntry[] | getRules()Get Forwarding rule list | 
| Long | getTotal()Get Total number of rules | 
| void | setHealths(L4RuleHealth[] Healths)Set Health check configuration list | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setRules(L4RuleEntry[] Rules)Set Forwarding rule list | 
| void | setTotal(Long Total)Set Total number of rules | 
| 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 L4RuleEntry[] getRules()
public void setRules(L4RuleEntry[] Rules)
Rules - Forwarding rule listpublic Long getTotal()
public void setTotal(Long Total)
Total - Total number of rulespublic L4RuleHealth[] getHealths()
public void setHealths(L4RuleHealth[] Healths)
Healths - Health check configuration listpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.