public class DescribeL4ProxyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeL4ProxyRequest() |
DescribeL4ProxyRequest(DescribeL4ProxyRequest 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。该参数不填写时,返回当前 zone-id 下所有四层代理实例信息。详细的过滤条件如下:
proxy-id:按照四层代理实例 ID 进行过滤;
ddos-protection-type:按照安全防护类型进行过滤。
|
Long |
getLimit()
Get 分页查询限制数目。默认值:20,最大值:1000。
|
Long |
getOffset()
Get 分页查询偏移量,不填写时默认为 0。
|
String |
getZoneId()
Get 四层代理实例所属站点的 ID。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,Filters.Values 的上限为 20。该参数不填写时,返回当前 zone-id 下所有四层代理实例信息。详细的过滤条件如下:
proxy-id:按照四层代理实例 ID 进行过滤;
ddos-protection-type:按照安全防护类型进行过滤。
|
void |
setLimit(Long Limit)
Set 分页查询限制数目。默认值:20,最大值:1000。
|
void |
setOffset(Long Offset)
Set 分页查询偏移量,不填写时默认为 0。
|
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, toJsonString
public DescribeL4ProxyRequest()
public DescribeL4ProxyRequest(DescribeL4ProxyRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 四层代理实例所属站点的 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。该参数不填写时,返回当前 zone-id 下所有四层代理实例信息。详细的过滤条件如下:
Copyright © 2024. All rights reserved.