public class DeleteVpnGatewayRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the VPN gateway.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
DeleteVpnGatewayRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteVpnGatewayRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVpnGatewayId() |
DeleteVpnGatewayRequest |
setClientToken(String clientToken) |
DeleteVpnGatewayRequest |
setOwnerAccount(String ownerAccount) |
DeleteVpnGatewayRequest |
setOwnerId(Long ownerId) |
DeleteVpnGatewayRequest |
setRegionId(String regionId) |
DeleteVpnGatewayRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteVpnGatewayRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeleteVpnGatewayRequest |
setVpnGatewayId(String vpnGatewayId) |
@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 token can contain only ASCII characters and cannot exceed 64 characters in length.
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-0016e04115b
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the VPN gateway.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
This parameter is required.
example:vpn-bp1q8bgx4xnkm2ogj****
public static DeleteVpnGatewayRequest build(Map<String,?> map) throws Exception
Exception
public DeleteVpnGatewayRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteVpnGatewayRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteVpnGatewayRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteVpnGatewayRequest setRegionId(String regionId)
public String getRegionId()
public DeleteVpnGatewayRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteVpnGatewayRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteVpnGatewayRequest setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.