public class DiagnoseVpnGatewayRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
IPsecExtendInfo
The configuration when you check the connectivity of the IPsec-VPN connection.
|
String |
regionId
The region ID of the VPN gateway.
|
String |
resourceId
The ID of the resource to be diagnosed.
|
String |
resourceType
The type of the resource.
|
String |
vpnGatewayId
The ID of the VPN gateway.
|
构造器和说明 |
---|
DiagnoseVpnGatewayRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DiagnoseVpnGatewayRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getIPsecExtendInfo() |
String |
getRegionId() |
String |
getResourceId() |
String |
getResourceType() |
String |
getVpnGatewayId() |
DiagnoseVpnGatewayRequest |
setClientToken(String clientToken) |
DiagnoseVpnGatewayRequest |
setIPsecExtendInfo(String IPsecExtendInfo) |
DiagnoseVpnGatewayRequest |
setRegionId(String regionId) |
DiagnoseVpnGatewayRequest |
setResourceId(String resourceId) |
DiagnoseVpnGatewayRequest |
setResourceType(String resourceType) |
DiagnoseVpnGatewayRequest |
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 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-001****
@NameInMap(value="IPsecExtendInfo") public String IPsecExtendInfo
The configuration when you check the connectivity of the IPsec-VPN connection. Valid values:
{"PrivateSourceIp":"192.168.1.1","PrivateDestinationIp":"192.168.0.1"}
@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-qingdao
@NameInMap(value="ResourceId") public String resourceId
The ID of the resource to be diagnosed.
This parameter is required.
example:vco-uf66xniofskqtuoz1****
@NameInMap(value="ResourceType") public String resourceType
The type of the resource.
Set the value to Ipsec, which specifies an IPsec-VPN connection.
This parameter is required.
example:IPsec
@NameInMap(value="VpnGatewayId") public String vpnGatewayId
The ID of the VPN gateway.
This parameter is required.
example:vpn-m5efhj0k1p47ctuhl****
public static DiagnoseVpnGatewayRequest build(Map<String,?> map) throws Exception
Exception
public DiagnoseVpnGatewayRequest setClientToken(String clientToken)
public String getClientToken()
public DiagnoseVpnGatewayRequest setIPsecExtendInfo(String IPsecExtendInfo)
public String getIPsecExtendInfo()
public DiagnoseVpnGatewayRequest setRegionId(String regionId)
public String getRegionId()
public DiagnoseVpnGatewayRequest setResourceId(String resourceId)
public String getResourceId()
public DiagnoseVpnGatewayRequest setResourceType(String resourceType)
public String getResourceType()
public DiagnoseVpnGatewayRequest setVpnGatewayId(String vpnGatewayId)
public String getVpnGatewayId()
Copyright © 2024. All rights reserved.