public class DescribeInstanceShardsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInstanceShardsRequest() |
DescribeInstanceShardsRequest(DescribeInstanceShardsRequest 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 |
---|---|
Boolean |
getFilterSlave()
Get 是否过滤掉从节信息。
- true;过滤从节点。
- false:不过滤。
|
String |
getInstanceId()
Get 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
void |
setFilterSlave(Boolean FilterSlave)
Set 是否过滤掉从节信息。
- true;过滤从节点。
- false:不过滤。
|
void |
setInstanceId(String InstanceId)
Set 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeInstanceShardsRequest()
public DescribeInstanceShardsRequest(DescribeInstanceShardsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。public Boolean getFilterSlave()
public void setFilterSlave(Boolean FilterSlave)
FilterSlave
- 是否过滤掉从节信息。
- true;过滤从节点。
- false:不过滤。Copyright © 2024. All rights reserved.