Class DescribeSecurityGroupListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeSecurityGroupListRequest
-
public class DescribeSecurityGroupListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSecurityGroupListRequest()DescribeSecurityGroupListRequest(DescribeSecurityGroupListRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArea()Get 地域代码(例: ap-guangzhou),支持腾讯云全部地域LonggetDirection()Get 0: 出站规则,1:入站规则LonggetFilter()Get 0: 不过滤,1:过滤掉正常规则,保留下发异常规则LonggetLimit()Get 每页条数,默认为10LonggetOffset()Get 偏移值,默认为0StringgetSearchValue()Get 搜索值StringgetStatus()Get 状态,'': 全部,'0':筛选停用规则,'1':筛选启用规则voidsetArea(String Area)Set 地域代码(例: ap-guangzhou),支持腾讯云全部地域voidsetDirection(Long Direction)Set 0: 出站规则,1:入站规则voidsetFilter(Long Filter)Set 0: 不过滤,1:过滤掉正常规则,保留下发异常规则voidsetLimit(Long Limit)Set 每页条数,默认为10voidsetOffset(Long Offset)Set 偏移值,默认为0voidsetSearchValue(String SearchValue)Set 搜索值voidsetStatus(String Status)Set 状态,'': 全部,'0':筛选停用规则,'1':筛选启用规则voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeSecurityGroupListRequest
public DescribeSecurityGroupListRequest()
-
DescribeSecurityGroupListRequest
public DescribeSecurityGroupListRequest(DescribeSecurityGroupListRequest 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.
-
-
Method Detail
-
getDirection
public Long getDirection()
Get 0: 出站规则,1:入站规则- Returns:
- Direction 0: 出站规则,1:入站规则
-
setDirection
public void setDirection(Long Direction)
Set 0: 出站规则,1:入站规则- Parameters:
Direction- 0: 出站规则,1:入站规则
-
getArea
public String getArea()
Get 地域代码(例: ap-guangzhou),支持腾讯云全部地域- Returns:
- Area 地域代码(例: ap-guangzhou),支持腾讯云全部地域
-
setArea
public void setArea(String Area)
Set 地域代码(例: ap-guangzhou),支持腾讯云全部地域- Parameters:
Area- 地域代码(例: ap-guangzhou),支持腾讯云全部地域
-
getSearchValue
public String getSearchValue()
Get 搜索值- Returns:
- SearchValue 搜索值
-
setSearchValue
public void setSearchValue(String SearchValue)
Set 搜索值- Parameters:
SearchValue- 搜索值
-
getLimit
public Long getLimit()
Get 每页条数,默认为10- Returns:
- Limit 每页条数,默认为10
-
setLimit
public void setLimit(Long Limit)
Set 每页条数,默认为10- Parameters:
Limit- 每页条数,默认为10
-
getOffset
public Long getOffset()
Get 偏移值,默认为0- Returns:
- Offset 偏移值,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 偏移值,默认为0- Parameters:
Offset- 偏移值,默认为0
-
getStatus
public String getStatus()
Get 状态,'': 全部,'0':筛选停用规则,'1':筛选启用规则- Returns:
- Status 状态,'': 全部,'0':筛选停用规则,'1':筛选启用规则
-
setStatus
public void setStatus(String Status)
Set 状态,'': 全部,'0':筛选停用规则,'1':筛选启用规则- Parameters:
Status- 状态,'': 全部,'0':筛选停用规则,'1':筛选启用规则
-
getFilter
public Long getFilter()
Get 0: 不过滤,1:过滤掉正常规则,保留下发异常规则- Returns:
- Filter 0: 不过滤,1:过滤掉正常规则,保留下发异常规则
-
setFilter
public void setFilter(Long Filter)
Set 0: 不过滤,1:过滤掉正常规则,保留下发异常规则- Parameters:
Filter- 0: 不过滤,1:过滤掉正常规则,保留下发异常规则
-
-