public class KillMasterGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
KillMasterGroupRequest() |
KillMasterGroupRequest(KillMasterGroupRequest 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 |
getInstanceId()
Get ID of a specified instance, such as "crs-xjhsdj****" Log in to the [Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.
|
String |
getPassword()
Get A parameter used to configure the access password for a specified instance.
|
Long[] |
getShardIds()
Get Shard ID of a sharded cluster
|
void |
setInstanceId(String InstanceId)
Set ID of a specified instance, such as "crs-xjhsdj****" Log in to the [Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.
|
void |
setPassword(String Password)
Set A parameter used to configure the access password for a specified instance.
|
void |
setShardIds(Long[] ShardIds)
Set Shard ID of a sharded cluster
|
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 KillMasterGroupRequest()
public KillMasterGroupRequest(KillMasterGroupRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ID of a specified instance, such as "crs-xjhsdj****" Log in to the [Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.public String getPassword()
public void setPassword(String Password)
Password
- A parameter used to configure the access password for a specified instance. If password-free authentication is enabled, this parameter will not be required. Required password strength. - It must contains 8-30 characters. We recommend that you use a password of more than 12 characters. - It must contain at least two of the following types: lowercase letters, uppercase letters, digits, and symbols (()`~!@#$%^&*-+=_|{}[]:;<>,.?/), and it cannot start with a slash (/).public Long[] getShardIds()
public void setShardIds(Long[] ShardIds)
ShardIds
- Shard ID of a sharded clusterCopyright © 2024. All rights reserved.