public class RemoveReplicationInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RemoveReplicationInstanceRequest() |
RemoveReplicationInstanceRequest(RemoveReplicationInstanceRequest 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 Replication group ID, for example, crs-rpl-m3zt****.
|
String |
getInstanceId()
Get Specifies the instance ID.
|
Boolean |
getSyncType()
Get Data synchronization type.
|
void |
setGroupId(String GroupId)
Set Replication group ID, for example, crs-rpl-m3zt****.
|
void |
setInstanceId(String InstanceId)
Set Specifies the instance ID.
|
void |
setSyncType(Boolean SyncType)
Set Data synchronization type.
|
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 RemoveReplicationInstanceRequest()
public RemoveReplicationInstanceRequest(RemoveReplicationInstanceRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- Replication group ID, for example, crs-rpl-m3zt****. Log in to the [Redis console](https://console.tencentcloud.com/redis/replication) and obtain it in the global replication group list.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Specifies the instance ID. Example: crs-xjhsdj****. Log in to the [TencentDB for Redis console](https://console.cloud.tencent.com/redis) and copy the instance ID in the instance list.public Boolean getSyncType()
public void setSyncType(Boolean SyncType)
SyncType
- Data synchronization type.
- true: Strong synchronization is required.
- false: Strong synchronization is not required, and only the primary instance can be deleted.Copyright © 2025. All rights reserved.