public class DescribeSecurityGroupListRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get 地域代码(例: ap-guangzhou),支持腾讯云全部地域
|
Long |
getDirection()
Get 0: 出站规则,1:入站规则
|
Long |
getFilter()
Get 0: 不过滤,1:过滤掉正常规则,保留下发异常规则
|
Long |
getLimit()
Get 每页条数,默认为10
|
Long |
getOffset()
Get 偏移值,默认为0
|
String |
getSearchValue()
Get 搜索值
|
String |
getStatus()
Get 状态,'': 全部,'0':筛选停用规则,'1':筛选启用规则
|
void |
setArea(String Area)
Set 地域代码(例: ap-guangzhou),支持腾讯云全部地域
|
void |
setDirection(Long Direction)
Set 0: 出站规则,1:入站规则
|
void |
setFilter(Long Filter)
Set 0: 不过滤,1:过滤掉正常规则,保留下发异常规则
|
void |
setLimit(Long Limit)
Set 每页条数,默认为10
|
void |
setOffset(Long Offset)
Set 偏移值,默认为0
|
void |
setSearchValue(String SearchValue)
Set 搜索值
|
void |
setStatus(String Status)
Set 状态,'': 全部,'0':筛选停用规则,'1':筛选启用规则
|
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 DescribeSecurityGroupListRequest()
public DescribeSecurityGroupListRequest(DescribeSecurityGroupListRequest source)
public Long getDirection()
public void setDirection(Long Direction)
Direction
- 0: 出站规则,1:入站规则public String getArea()
public void setArea(String Area)
Area
- 地域代码(例: ap-guangzhou),支持腾讯云全部地域public String getSearchValue()
public void setSearchValue(String SearchValue)
SearchValue
- 搜索值public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页条数,默认为10public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移值,默认为0public String getStatus()
public void setStatus(String Status)
Status
- 状态,'': 全部,'0':筛选停用规则,'1':筛选启用规则public Long getFilter()
public void setFilter(Long Filter)
Filter
- 0: 不过滤,1:过滤掉正常规则,保留下发异常规则Copyright © 2021. All rights reserved.