Class ModifyAccountMaxUserConnectionsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.ModifyAccountMaxUserConnectionsRequest
-
public class ModifyAccountMaxUserConnectionsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyAccountMaxUserConnectionsRequest()ModifyAccountMaxUserConnectionsRequest(ModifyAccountMaxUserConnectionsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account[]getAccounts()Get 云数据库账号。StringgetInstanceId()Get 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。LonggetMaxUserConnections()Get 设置账户最大可用连接数,最大可设置值为10240。voidsetAccounts(Account[] Accounts)Set 云数据库账号。voidsetInstanceId(String InstanceId)Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。voidsetMaxUserConnections(Long MaxUserConnections)Set 设置账户最大可用连接数,最大可设置值为10240。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyAccountMaxUserConnectionsRequest
public ModifyAccountMaxUserConnectionsRequest()
-
ModifyAccountMaxUserConnectionsRequest
public ModifyAccountMaxUserConnectionsRequest(ModifyAccountMaxUserConnectionsRequest 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.
-
-
Method Detail
-
getAccounts
public Account[] getAccounts()
Get 云数据库账号。- Returns:
- Accounts 云数据库账号。
-
setAccounts
public void setAccounts(Account[] Accounts)
Set 云数据库账号。- Parameters:
Accounts- 云数据库账号。
-
getInstanceId
public String getInstanceId()
Get 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。- Returns:
- InstanceId 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。- Parameters:
InstanceId- 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
-
getMaxUserConnections
public Long getMaxUserConnections()
Get 设置账户最大可用连接数,最大可设置值为10240。- Returns:
- MaxUserConnections 设置账户最大可用连接数,最大可设置值为10240。
-
setMaxUserConnections
public void setMaxUserConnections(Long MaxUserConnections)
Set 设置账户最大可用连接数,最大可设置值为10240。- Parameters:
MaxUserConnections- 设置账户最大可用连接数,最大可设置值为10240。
-
-