public static class DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
failedReason
The cause of the error.
|
String |
failedReasonCode
The error code.
|
Long |
failedTime
The timestamp when the current error occurred on the IPsec-VPN connection.
|
String |
mismatchLocalParam
If the values of the parameters configured for the IPsec-VPN connection and the peer gateway device do not match, this parameter indicates the value of the parameters configured for the IPsec-VPN connection.
|
String |
mismatchRemoteParam
If the parameter values configured for the IPsec-VPN connection and the peer gateway device do not match, this parameter indicates the value of the parameter configured for the peer gateway device.
|
String |
severity
The error level.
|
String |
sourceLog
The log information about the error.
|
String |
tunnelId
The tunnel ID.
|
String |
vpnConnectionId
The ID of the IPsec-VPN connection.
|
构造器和说明 |
---|
DiagnoseVpnConnectionsResponseBodyVpnConnections() |
@NameInMap(value="FailedReason") public String failedReason
The cause of the error.
example:Phase1 negotiation timeout
@NameInMap(value="FailedReasonCode") public String failedReasonCode
The error code.
example:Phase1NegotiationTimeout
@NameInMap(value="FailedTime") public Long failedTime
The timestamp when the current error occurred on the IPsec-VPN connection. Unit: millisecond.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1673581161000
@NameInMap(value="MismatchLocalParam") public String mismatchLocalParam
If the values of the parameters configured for the IPsec-VPN connection and the peer gateway device do not match, this parameter indicates the value of the parameters configured for the IPsec-VPN connection.
example:SHA256
@NameInMap(value="MismatchRemoteParam") public String mismatchRemoteParam
If the parameter values configured for the IPsec-VPN connection and the peer gateway device do not match, this parameter indicates the value of the parameter configured for the peer gateway device.
example:SHA
@NameInMap(value="Severity") public String severity
The error level. Valid values:
Warn
@NameInMap(value="SourceLog") public String sourceLog
The log information about the error.
example:2023-01-13 11:39:21 vco-bp1spxu8hlcvpd7ry**** [PROTO_ERR]: ikev1.c:1433:isakmp_ph1resend(): phase1 negotiation failed due to time up. [{remote id:4}{ph1: 172.16.0.88[500] <=> 192.168.0.206[500], 172.16.0.88 <=> 192.168.0.206}]
@NameInMap(value="TunnelId") public String tunnelId
The tunnel ID.
example:tun-64n1sr9dig64k6****
@NameInMap(value="VpnConnectionId") public String vpnConnectionId
The ID of the IPsec-VPN connection.
example:vco-bp1spxu8hlcvpd7ry****
public DiagnoseVpnConnectionsResponseBodyVpnConnections()
public static DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections build(Map<String,?> map) throws Exception
Exception
public DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections setFailedReason(String failedReason)
public String getFailedReason()
public DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections setFailedReasonCode(String failedReasonCode)
public String getFailedReasonCode()
public DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections setFailedTime(Long failedTime)
public Long getFailedTime()
public DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections setMismatchLocalParam(String mismatchLocalParam)
public String getMismatchLocalParam()
public DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections setMismatchRemoteParam(String mismatchRemoteParam)
public String getMismatchRemoteParam()
public DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections setSeverity(String severity)
public String getSeverity()
public DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections setSourceLog(String sourceLog)
public String getSourceLog()
public DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections setTunnelId(String tunnelId)
public String getTunnelId()
public DiagnoseVpnConnectionsResponseBody.DiagnoseVpnConnectionsResponseBodyVpnConnections setVpnConnectionId(String vpnConnectionId)
public String getVpnConnectionId()
Copyright © 2024. All rights reserved.