public class CreateInstanceAccountRequest extends AbstractModel
Constructor and Description |
---|
CreateInstanceAccountRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountName()
Get 子账号名称
|
String |
getAccountPassword()
Get 子账号密码
|
String |
getInstanceId()
Get 实例ID
|
String |
getPrivilege()
Get 读写策略:填写r、w、rw,表示只读、只写、读写
|
String[] |
getReadonlyPolicy()
Get 路由策略:填写master或者replication,表示主节点或者从节点
|
String |
getRemark()
Get 子账号描述信息
|
void |
setAccountName(String AccountName)
Set 子账号名称
|
void |
setAccountPassword(String AccountPassword)
Set 子账号密码
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setPrivilege(String Privilege)
Set 读写策略:填写r、w、rw,表示只读、只写、读写
|
void |
setReadonlyPolicy(String[] ReadonlyPolicy)
Set 路由策略:填写master或者replication,表示主节点或者从节点
|
void |
setRemark(String Remark)
Set 子账号描述信息
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getAccountName()
public void setAccountName(String AccountName)
AccountName
- 子账号名称public String getAccountPassword()
public void setAccountPassword(String AccountPassword)
AccountPassword
- 子账号密码public String[] getReadonlyPolicy()
public void setReadonlyPolicy(String[] ReadonlyPolicy)
ReadonlyPolicy
- 路由策略:填写master或者replication,表示主节点或者从节点public String getPrivilege()
public void setPrivilege(String Privilege)
Privilege
- 读写策略:填写r、w、rw,表示只读、只写、读写public String getRemark()
public void setRemark(String Remark)
Remark
- 子账号描述信息Copyright © 2020. All rights reserved.