public class GetProxyRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetProxyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetProxyRequest |
build(Map<String,?> map) |
Long |
getProxyId() |
Long |
getTid() |
GetProxyRequest |
setProxyId(Long proxyId) |
GetProxyRequest |
setTid(Long tid) |
@NameInMap(value="ProxyId") public Long proxyId
The ID of the secure access proxy. You can call the ListProxies operation to query the ID of the secure access proxy.
This parameter is required.
example:4**
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant operation to obtain the tenant ID.
example:3***
public static GetProxyRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetProxyRequest setProxyId(Long proxyId)
public Long getProxyId()
public GetProxyRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.