public static class ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
dip
The destination IP address that is used for health checks.
|
String |
enable
Indicates whether the health check feature is enabled for the IPsec-VPN connection.
|
Integer |
interval
The interval between two consecutive health check retries.
|
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 that is used for health checks.
|
构造器和说明 |
---|
ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck() |
@NameInMap(value="Dip") public String dip
The destination IP address that is used for health checks.
example:192.168.1.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 check retries. 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 that is used for health checks.
example:10.1.1.1
public ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck()
public static ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck build(Map<String,?> map) throws Exception
Exception
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck setDip(String dip)
public String getDip()
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck setEnable(String enable)
public String getEnable()
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck setInterval(Integer interval)
public Integer getInterval()
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck setPolicy(String policy)
public String getPolicy()
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck setRetry(Integer retry)
public Integer getRetry()
public ModifyVpnAttachmentAttributeResponseBody.ModifyVpnAttachmentAttributeResponseBodyVcoHealthCheck setSip(String sip)
public String getSip()
Copyright © 2024. All rights reserved.