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 The number of security groups to be pulled.
|
Long |
getOffset()
Get Offset, which is an integral multiple of `Limit`.
|
String |
getProduct()
Get Database engine name, which is `redis` for this API.
|
Long |
getProjectId()
Get Project ID
|
String |
getSearchKey()
Get Search criteria.
|
void |
setLimit(Long Limit)
Set The number of security groups to be pulled.
|
void |
setOffset(Long Offset)
Set Offset, which is an integral multiple of `Limit`.
|
void |
setProduct(String Product)
Set Database engine name, which is `redis` for this API.
|
void |
setProjectId(Long ProjectId)
Set Project ID
|
void |
setSearchKey(String SearchKey)
Set Search criteria.
|
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
- Database engine name, which is `redis` for this API.public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset, which is an integral multiple of `Limit`.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of security groups to be pulled. Default value: `20`.public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- Search criteria. You can enter a security group ID or name.Copyright © 2023. All rights reserved.