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 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。 | 
| Boolean | getOnlyCloseRW()Get 是否只关闭读写分离,取值:"true" | "false",默认为"false" | 
| String | getProxyGroupId()Get 代理组 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。 | 
| void | setInstanceId(String InstanceId)Set 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。 | 
| void | setOnlyCloseRW(Boolean OnlyCloseRW)Set 是否只关闭读写分离,取值:"true" | "false",默认为"false" | 
| void | setProxyGroupId(String ProxyGroupId)Set 代理组 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。 | 
| 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 - 实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。public String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId - 代理组 ID。可通过 [DescribeCdbProxyInfo](https://cloud.tencent.com/document/api/236/90585) 接口获取。public Boolean getOnlyCloseRW()
public void setOnlyCloseRW(Boolean OnlyCloseRW)
OnlyCloseRW - 是否只关闭读写分离,取值:"true" | "false",默认为"false"Copyright © 2025. All rights reserved.