public class CreateProxyAccessRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
indepAccount
The database account.
|
String |
indepPassword
The password that is used to log on to the database.
|
Long |
proxyId
The ID of the security protection agent.
|
Long |
tid
The ID of the tenant.
|
Long |
userId
The ID of the user.
|
| 构造器和说明 |
|---|
CreateProxyAccessRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateProxyAccessRequest |
build(Map<String,?> map) |
String |
getIndepAccount() |
String |
getIndepPassword() |
Long |
getProxyId() |
Long |
getTid() |
Long |
getUserId() |
CreateProxyAccessRequest |
setIndepAccount(String indepAccount) |
CreateProxyAccessRequest |
setIndepPassword(String indepPassword) |
CreateProxyAccessRequest |
setProxyId(Long proxyId) |
CreateProxyAccessRequest |
setTid(Long tid) |
CreateProxyAccessRequest |
setUserId(Long userId) |
@NameInMap(value="IndepAccount") public String indepAccount
The database account.
example:xxx
@NameInMap(value="IndepPassword") public String indepPassword
The password that is used to log on to the database.
example:xxx
@NameInMap(value="ProxyId") public Long proxyId
The ID of the security protection agent. You can call the ListProxies or GetProxy operation to obtain this parameter.
This parameter is required.
example:1
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain this parameter.
example:1
@NameInMap(value="UserId") public Long userId
public static CreateProxyAccessRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateProxyAccessRequest setIndepAccount(String indepAccount)
public String getIndepAccount()
public CreateProxyAccessRequest setIndepPassword(String indepPassword)
public String getIndepPassword()
public CreateProxyAccessRequest setProxyId(Long proxyId)
public Long getProxyId()
public CreateProxyAccessRequest setTid(Long tid)
public Long getTid()
public CreateProxyAccessRequest setUserId(Long userId)
public Long getUserId()
Copyright © 2025. All rights reserved.