public class DescribeReplicationGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeReplicationGroupRequest() |
DescribeReplicationGroupRequest(DescribeReplicationGroupRequest 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 |
getGroupId()
Get ID of the specified replication group, such as `crs-rpl-m3zt****`.
|
Long |
getLimit()
Get Number of instances returned per page.
|
Long |
getOffset()
Get Pagination offset, which is an integral multiple of `Limit`.
|
String |
getSearchKey()
Get Keyword for fuzzy query, which can be a replication group ID or name.
|
void |
setGroupId(String GroupId)
Set ID of the specified replication group, such as `crs-rpl-m3zt****`.
|
void |
setLimit(Long Limit)
Set Number of instances returned per page.
|
void |
setOffset(Long Offset)
Set Pagination offset, which is an integral multiple of `Limit`.
|
void |
setSearchKey(String SearchKey)
Set Keyword for fuzzy query, which can be a replication group ID or name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeReplicationGroupRequest()
public DescribeReplicationGroupRequest(DescribeReplicationGroupRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of instances returned per page. Default value: `20`.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offset, which is an integral multiple of `Limit`. `offset` = `limit` * (page number - 1).public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- ID of the specified replication group, such as `crs-rpl-m3zt****`. Log in to the [TencentDB for Redis console](https://console.cloud.tencent.com/redis/replication), and get it in the global replication group list.public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- Keyword for fuzzy query, which can be a replication group ID or name. Log in to the [TencentDB for Redis console](https://console.cloud.tencent.com/redis/replication), and get them in the global replication group list.Copyright © 2024. All rights reserved.