public class DeleteIpsecServerRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
ipsecServerId
The ID of the IPsec server.
|
String |
regionId
The ID of the region where the IPsec server is created.
|
构造器和说明 |
---|
DeleteIpsecServerRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteIpsecServerRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDryRun() |
String |
getIpsecServerId() |
String |
getRegionId() |
DeleteIpsecServerRequest |
setClientToken(String clientToken) |
DeleteIpsecServerRequest |
setDryRun(String dryRun) |
DeleteIpsecServerRequest |
setIpsecServerId(String ipsecServerId) |
DeleteIpsecServerRequest |
setRegionId(String regionId) |
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
02fb3da4-130e-11e9-8e44-00****
@NameInMap(value="DryRun") public String dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="IpsecServerId") public String ipsecServerId
The ID of the IPsec server.
This parameter is required.
example:iss-bp1jougp8cfsbo8y9****
@NameInMap(value="RegionId") public String regionId
The ID of the region where the IPsec server is created.
This parameter is required.
example:cn-hangzhou
public static DeleteIpsecServerRequest build(Map<String,?> map) throws Exception
Exception
public DeleteIpsecServerRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteIpsecServerRequest setDryRun(String dryRun)
public String getDryRun()
public DeleteIpsecServerRequest setIpsecServerId(String ipsecServerId)
public String getIpsecServerId()
public DeleteIpsecServerRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.