public class CreateProxyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
instanceId
The ID of the database instance.
|
String |
password
The password of the database account.
|
Long |
tid
The ID of the tenant.
|
String |
username
The username of the database account.
|
| 构造器和说明 |
|---|
CreateProxyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateProxyRequest |
build(Map<String,?> map) |
Long |
getInstanceId() |
String |
getPassword() |
Long |
getTid() |
String |
getUsername() |
CreateProxyRequest |
setInstanceId(Long instanceId) |
CreateProxyRequest |
setPassword(String password) |
CreateProxyRequest |
setTid(Long tid) |
CreateProxyRequest |
setUsername(String username) |
@NameInMap(value="InstanceId") public Long instanceId
The ID of the database instance. You can call the ListInstances or GetInstance operation to query the database instance ID.
This parameter is required.
example:183****
@NameInMap(value="Password") public String password
The password of the database account.
This parameter is required.
example:@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to query the tenant ID.
example:3***
@NameInMap(value="Username") public String username
The username of the database account.
This parameter is required.
example:username
public static CreateProxyRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateProxyRequest setInstanceId(Long instanceId)
public Long getInstanceId()
public CreateProxyRequest setPassword(String password)
public String getPassword()
public CreateProxyRequest setTid(Long tid)
public Long getTid()
public CreateProxyRequest setUsername(String username)
public String getUsername()
Copyright © 2025. All rights reserved.