public static final class ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck |
build() |
ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder |
dip(String dip)
The destination IP address that is used for health checks.
|
ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder |
enable(String enable)
Indicates whether the health check feature is enabled for the IPsec-VPN connection.
|
ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder |
interval(Integer interval)
The interval between two consecutive health check retries.
|
ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder |
policy(String policy)
Indicates whether advertised routes are withdrawn when the health check fails.
|
ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder |
retry(Integer retry)
The maximum number of health check retries.
|
ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder |
sip(String sip)
The source IP address that is used for health checks.
|
public ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder dip(String dip)
public ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder enable(String enable)
* **true** * **false**
public ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder interval(Integer interval)
public ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder policy(String policy)
* **revoke_route**: Advertised routes are withdrawn. * **reserve_route**: Advertised routes are not withdrawn.
public ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder retry(Integer retry)
public ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck.Builder sip(String sip)
public ModifyVpnAttachmentAttributeResponseBody.VcoHealthCheck build()
Copyright © 2024. All rights reserved.