public class CreateAccountsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateAccountsRequest() | 
| CreateAccountsRequest(CreateAccountsRequest 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 | 
|---|---|
| Account[] | getAccounts()Get 云数据库账号。 | 
| String | getDescription()Get 备注信息。最多支持输入255个字符。 | 
| String | getInstanceId()Get 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。 | 
| Long | getMaxUserConnections()Get 新账户最大可用连接数,默认值为10240,最大可设置值为10240。 | 
| String | getPassword()Get 新账户的密码。
说明:
1. | 
| void | setAccounts(Account[] Accounts)Set 云数据库账号。 | 
| void | setDescription(String Description)Set 备注信息。最多支持输入255个字符。 | 
| void | setInstanceId(String InstanceId)Set 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。 | 
| void | setMaxUserConnections(Long MaxUserConnections)Set 新账户最大可用连接数,默认值为10240,最大可设置值为10240。 | 
| void | setPassword(String Password)Set 新账户的密码。
说明:
1. | 
| 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 CreateAccountsRequest()
public CreateAccountsRequest(CreateAccountsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。public Account[] getAccounts()
public void setAccounts(Account[] Accounts)
Accounts - 云数据库账号。public String getPassword()
public void setPassword(String Password)
Password - 新账户的密码。
说明:
1. 在8 ~ 64位字符数以内(推荐12位以上)。
2. 至少包含其中两项:小写字母 a ~ z 或 大写字母 A ~ Z。数字0 ~ 9。_+-,&=!@#$%^*().|。
3. 不能包含非法字符。public String getDescription()
public void setDescription(String Description)
Description - 备注信息。最多支持输入255个字符。public Long getMaxUserConnections()
public void setMaxUserConnections(Long MaxUserConnections)
MaxUserConnections - 新账户最大可用连接数,默认值为10240,最大可设置值为10240。Copyright © 2025. All rights reserved.