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