public static class GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
accessId
The username of the database account that is authorized to enable the secure access proxy feature for an instance.
|
String |
gmtCreate
The time when the user is authorized to enable the secure access proxy feature for an instance.
|
String |
indepAccount
The username of the independent database account.
|
Long |
instanceId
The ID of the instance for which the secure access proxy feature is enabled.
|
String |
originInfo
The method that is used to authorize the user to enable the secure access proxy feature for an instance.
|
Long |
proxyAccessId
The ID that DMS generates after the user is authorized to enable the secure access proxy feature for an instance.
|
Long |
proxyId
The ID of the secure access proxy.
|
Long |
userId
The ID of the user.
|
String |
userName
The nickname of the user.
|
String |
userUid
The ID of the Alibaba Cloud account.
|
| 构造器和说明 |
|---|
GetProxyAccessResponseBodyProxyAccess() |
@NameInMap(value="AccessId") public String accessId
The username of the database account that is authorized to enable the secure access proxy feature for an instance.
example:hObpgEXoca42q***
@NameInMap(value="GmtCreate") public String gmtCreate
The time when the user is authorized to enable the secure access proxy feature for an instance.
example:1643034647
@NameInMap(value="IndepAccount") public String indepAccount
The username of the independent database account.
example:@NameInMap(value="InstanceId") public Long instanceId
The ID of the instance for which the secure access proxy feature is enabled.
example:1922545
@NameInMap(value="OriginInfo") public String originInfo
The method that is used to authorize the user to enable the secure access proxy feature for an instance. Valid values:
Authorization by the Alibaba Cloud account (29490401597700\\\\)
@NameInMap(value="ProxyAccessId") public Long proxyAccessId
The ID that DMS generates after the user is authorized to enable the secure access proxy feature for an instance. The ID is unique in DMS. You can call the ListProxyAccesses operation to query the ID.
example:2002
@NameInMap(value="ProxyId") public Long proxyId
The ID of the secure access proxy.
example:You can call the ListProxies operation to query the ID of the secure access proxy.
1905
@NameInMap(value="UserId") public Long userId
The ID of the user.
example:12***
@NameInMap(value="UserName") public String userName
The nickname of the user.
example:user
@NameInMap(value="UserUid") public String userUid
The ID of the Alibaba Cloud account.
example:25936669186260****
public static GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess build(Map<String,?> map) throws Exception
Exceptionpublic GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setAccessId(String accessId)
public String getAccessId()
public GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setGmtCreate(String gmtCreate)
public String getGmtCreate()
public GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setIndepAccount(String indepAccount)
public String getIndepAccount()
public GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setInstanceId(Long instanceId)
public Long getInstanceId()
public GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setOriginInfo(String originInfo)
public String getOriginInfo()
public GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setProxyAccessId(Long proxyAccessId)
public Long getProxyAccessId()
public GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setProxyId(Long proxyId)
public Long getProxyId()
public GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setUserId(Long userId)
public Long getUserId()
public GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setUserName(String userName)
public String getUserName()
public GetProxyAccessResponseBody.GetProxyAccessResponseBodyProxyAccess setUserUid(String userUid)
public String getUserUid()
Copyright © 2025. All rights reserved.