public class CloseCDBProxyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CloseCDBProxyRequest() | 
| CloseCDBProxyRequest(CloseCDBProxyRequest 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 Instance ID | 
| Boolean | getOnlyCloseRW()Get Whether only to disable read/write separation. | 
| String | getProxyGroupId()Get Proxy group ID | 
| void | setInstanceId(String InstanceId)Set Instance ID | 
| void | setOnlyCloseRW(Boolean OnlyCloseRW)Set Whether only to disable read/write separation. | 
| void | setProxyGroupId(String ProxyGroupId)Set Proxy group 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, toJsonStringpublic CloseCDBProxyRequest()
public CloseCDBProxyRequest(CloseCDBProxyRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId - Proxy group IDpublic Boolean getOnlyCloseRW()
public void setOnlyCloseRW(Boolean OnlyCloseRW)
OnlyCloseRW - Whether only to disable read/write separation. Valid values: `true`, `false`. Default value: `false`.Copyright © 2025. All rights reserved.