public static class DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dip
The destination IP address.
|
String |
enable
Indicates whether the health check feature is enabled.
|
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.
|
构造器和说明 |
---|
DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck() |
@NameInMap(value="Dip") public String dip
The destination IP address.
example:192.168.0.1
@NameInMap(value="Enable") public String enable
Indicates whether the health check feature is enabled.
true
@NameInMap(value="Interval") public Integer interval
The interval between two consecutive health checks. Unit: seconds.
example:2
@NameInMap(value="Policy") public String policy
Indicates whether advertised routes are withdrawn when the health check fails.
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.0.50
@NameInMap(value="Status") public String status
The state of the health check. Valid values:
success
public DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck()
public static DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck build(Map<String,?> map) throws Exception
Exception
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck setDip(String dip)
public String getDip()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck setEnable(String enable)
public String getEnable()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck setInterval(Integer interval)
public Integer getInterval()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck setPolicy(String policy)
public String getPolicy()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck setRetry(Integer retry)
public Integer getRetry()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck setSip(String sip)
public String getSip()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVcoHealthCheck setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.