public class DescribeProjectSecurityGroupsRequest extends AbstractModel
Constructor and Description |
---|
DescribeProjectSecurityGroupsRequest() |
DescribeProjectSecurityGroupsRequest(DescribeProjectSecurityGroupsRequest 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 |
---|---|
Long |
getLimit()
Get 每页安全组的数量限制。默认为 20,最多输出100条。
|
Long |
getOffset()
Get 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
String |
getProduct()
Get 数据库引擎名称。该产品固定为 keewidb。
|
Long |
getProjectId()
Get 项目 ID。
登录 [账号中心](https://console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
|
String |
getSearchKey()
Get 搜索关键词,支持根据安全组 ID 或者安全组名称搜索。
|
void |
setLimit(Long Limit)
Set 每页安全组的数量限制。默认为 20,最多输出100条。
|
void |
setOffset(Long Offset)
Set 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
void |
setProduct(String Product)
Set 数据库引擎名称。该产品固定为 keewidb。
|
void |
setProjectId(Long ProjectId)
Set 项目 ID。
登录 [账号中心](https://console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。
|
void |
setSearchKey(String SearchKey)
Set 搜索关键词,支持根据安全组 ID 或者安全组名称搜索。
|
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 DescribeProjectSecurityGroupsRequest()
public DescribeProjectSecurityGroupsRequest(DescribeProjectSecurityGroupsRequest source)
public String getProduct()
public void setProduct(String Product)
Product
- 数据库引擎名称。该产品固定为 keewidb。public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目 ID。
登录 [账号中心](https://console.cloud.tencent.com/developer),在项目管理中可获取项目 ID。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页安全组的数量限制。默认为 20,最多输出100条。public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- 搜索关键词,支持根据安全组 ID 或者安全组名称搜索。Copyright © 2023. All rights reserved.