public static class ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVcoHealthCheck
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.
|
Integer |
retry
The maximum number of health check retries.
|
String |
sip
The source IP address that is used for health checks.
|
构造器和说明 |
---|
ModifyVpnConnectionAttributeResponseBodyVcoHealthCheck() |
@NameInMap(value="Dip") public String dip
The destination IP address.
example:192.168.1.1
@NameInMap(value="Enable") public String enable
Indicates whether the health check feature is enabled for the IPsec-VPN connection.
true
@NameInMap(value="Interval") public Integer interval
The interval between two consecutive health checks. Unit: seconds.
example:3
@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 that is used for health checks.
example:10.1.1.1
public ModifyVpnConnectionAttributeResponseBodyVcoHealthCheck()
public static ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVcoHealthCheck build(Map<String,?> map) throws Exception
Exception
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVcoHealthCheck setDip(String dip)
public String getDip()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVcoHealthCheck setEnable(String enable)
public String getEnable()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVcoHealthCheck setInterval(Integer interval)
public Integer getInterval()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVcoHealthCheck setRetry(Integer retry)
public Integer getRetry()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVcoHealthCheck setSip(String sip)
public String getSip()
Copyright © 2024. All rights reserved.