public static class DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVcoHealthCheck
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dip
The destination IP address.
|
String |
enable
Indicates whether the health check feature is enabled for the IPsec-VPN connection.
|
Integer |
interval
The interval between two consecutive health checks.
|
String |
policy
Indicates whether advertised routes are withdrawn when the health check fails.
|
Integer |
retry
The maximum number of health check retries.
|
String |
sip
The source IP address.
|
String |
status
The state of the health check.
|
构造器和说明 |
---|
DescribeVpnConnectionResponseBodyVcoHealthCheck() |
@NameInMap(value="Dip") public String dip
The destination IP address.
example:10.0.0.1
@NameInMap(value="Enable") public String enable
Indicates whether the health check feature is enabled for the IPsec-VPN connection. Valid values:
true
@NameInMap(value="Interval") public Integer interval
The interval between two consecutive health checks. Unit: seconds.
example:3
@NameInMap(value="Policy") public String policy
Indicates whether advertised routes are withdrawn when the health check fails. Valid values:
revoke_route
@NameInMap(value="Retry") public Integer retry
The maximum number of health check retries.
example:3
@NameInMap(value="Sip") public String sip
The source IP address.
example:192.168.1.1
@NameInMap(value="Status") public String status
The state of the health check. Valid values:
failed
public DescribeVpnConnectionResponseBodyVcoHealthCheck()
public static DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVcoHealthCheck build(Map<String,?> map) throws Exception
Exception
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVcoHealthCheck setDip(String dip)
public String getDip()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVcoHealthCheck setEnable(String enable)
public String getEnable()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVcoHealthCheck setInterval(Integer interval)
public Integer getInterval()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVcoHealthCheck setPolicy(String policy)
public String getPolicy()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVcoHealthCheck setRetry(Integer retry)
public Integer getRetry()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVcoHealthCheck setSip(String sip)
public String getSip()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVcoHealthCheck setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.