public class GetProxyAccessRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
proxyAccessId
The ID that Data Management (DMS) generates after the user is authorized to enable the secure access proxy feature for an instance.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
GetProxyAccessRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetProxyAccessRequest |
build(Map<String,?> map) |
Long |
getProxyAccessId() |
Long |
getTid() |
GetProxyAccessRequest |
setProxyAccessId(Long proxyAccessId) |
GetProxyAccessRequest |
setTid(Long tid) |
@NameInMap(value="ProxyAccessId") public Long proxyAccessId
The ID that Data Management (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.
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 query the tenant ID.
example:3***
public static GetProxyAccessRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetProxyAccessRequest setProxyAccessId(Long proxyAccessId)
public Long getProxyAccessId()
public GetProxyAccessRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.