public class DescribeL4ProxyRulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeL4ProxyRulesRequest() | 
| DescribeL4ProxyRulesRequest(DescribeL4ProxyRulesRequest 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 | 
|---|---|
| Filter[] | getFilters()Get 过滤条件,Filters.Values的上限为20。不填写时返回当前四层实例下所有的规则信息,详细的过滤条件如下:  rule-id:按照规则 ID 对四层代理实例下的规则进行过滤。规则 ID 形如:rule-31vv7qig0vjy; rule-tag:按照规则标签对四层代理实例下的规则进行过滤。 | 
| Long | getLimit()Get 分页查询限制数目。默认值:20,最大值:1000。 | 
| Long | getOffset()Get 分页查询偏移量,不填写时默认为 0。 | 
| String | getProxyId()Get 四层代理实例 ID。 | 
| String | getZoneId()Get 站点 ID。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,Filters.Values的上限为20。不填写时返回当前四层实例下所有的规则信息,详细的过滤条件如下:  rule-id:按照规则 ID 对四层代理实例下的规则进行过滤。规则 ID 形如:rule-31vv7qig0vjy; rule-tag:按照规则标签对四层代理实例下的规则进行过滤。 | 
| void | setLimit(Long Limit)Set 分页查询限制数目。默认值:20,最大值:1000。 | 
| void | setOffset(Long Offset)Set 分页查询偏移量,不填写时默认为 0。 | 
| void | setProxyId(String ProxyId)Set 四层代理实例 ID。 | 
| void | setZoneId(String ZoneId)Set 站点 ID。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeL4ProxyRulesRequest()
public DescribeL4ProxyRulesRequest(DescribeL4ProxyRulesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 站点 ID。public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - 四层代理实例 ID。public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页查询偏移量,不填写时默认为 0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页查询限制数目。默认值:20,最大值:1000。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,Filters.Values的上限为20。不填写时返回当前四层实例下所有的规则信息,详细的过滤条件如下:  Copyright © 2025. All rights reserved.