public class DeleteAccountUserRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteAccountUserRequest() |
DeleteAccountUserRequest(DeleteAccountUserRequest 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。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
|
String |
getMongoUserPassword()
Get 配置 mongouser 对应的密码。mongouser为系统默认账号,输入其对应的密码。
|
String |
getUserName()
Get 配置待删除的账号名。
|
void |
setInstanceId(String InstanceId)
Set 指定待删除账号的实例 ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
|
void |
setMongoUserPassword(String MongoUserPassword)
Set 配置 mongouser 对应的密码。mongouser为系统默认账号,输入其对应的密码。
|
void |
setUserName(String UserName)
Set 配置待删除的账号名。
|
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 DeleteAccountUserRequest()
public DeleteAccountUserRequest(DeleteAccountUserRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 指定待删除账号的实例 ID。例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。public String getUserName()
public void setUserName(String UserName)
UserName
- 配置待删除的账号名。public String getMongoUserPassword()
public void setMongoUserPassword(String MongoUserPassword)
MongoUserPassword
- 配置 mongouser 对应的密码。mongouser为系统默认账号,输入其对应的密码。Copyright © 2024. All rights reserved.