public class ModifyCdbProxyParamRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyCdbProxyParamRequest() |
ModifyCdbProxyParamRequest(ModifyCdbProxyParamRequest 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 |
---|---|
Long |
getConnectionPoolLimit()
Get 连接池阈值
注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
|
String |
getInstanceId()
Get 实例ID
|
String |
getProxyGroupId()
Get 代理组ID
|
void |
setConnectionPoolLimit(Long ConnectionPoolLimit)
Set 连接池阈值
注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setProxyGroupId(String ProxyGroupId)
Set 代理组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 ModifyCdbProxyParamRequest()
public ModifyCdbProxyParamRequest(ModifyCdbProxyParamRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getProxyGroupId()
public void setProxyGroupId(String ProxyGroupId)
ProxyGroupId
- 代理组IDpublic Long getConnectionPoolLimit()
public void setConnectionPoolLimit(Long ConnectionPoolLimit)
ConnectionPoolLimit
- 连接池阈值
注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。Copyright © 2024. All rights reserved.