public class DeleteProxyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
proxyId
The ID of the security protection agent.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
DeleteProxyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteProxyRequest |
build(Map<String,?> map) |
Long |
getProxyId() |
Long |
getTid() |
DeleteProxyRequest |
setProxyId(Long proxyId) |
DeleteProxyRequest |
setTid(Long tid) |
@NameInMap(value="ProxyId") public Long proxyId
The ID of the security protection agent. You can call the ListProxies or GetProxy operation to obtain this parameter.
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 obtain this parameter.
example:1
public static DeleteProxyRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteProxyRequest setProxyId(Long proxyId)
public Long getProxyId()
public DeleteProxyRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.