public static final class DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder extends Object
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder cenId(String cenId)
The ID of the CEN instance.
example:cen-6hpdgj7ni6pz1k****
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder description(String description)
The description.
example:healthcheck_description
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder healthCheckInterval(Integer healthCheckInterval)
The time interval at which probe packets are sent during the health check. Unit: seconds.
example:2
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder healthCheckOnly(Boolean healthCheckOnly)
Indicates whether probing is enabled. Valid values:
true: Probing is enabled.
If you enable probing, the system does not switch to another route if the detected route is not reachable.
false: Probing is disabled.
If probing is disabled and a redundant route is specified, the system switches to the redundant route when the detected route is not reachable.
false
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder healthCheckSourceIp(String healthCheckSourceIp)
The source IP address of the health check.
example:172.XX.XX.1
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder healthCheckTargetIp(String healthCheckTargetIp)
The destination IP address of the health check.
example:192.XX.XX.1
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder healthyThreshold(Integer healthyThreshold)
The number of probe packets that are sent during the health check.
example:8
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder vbrInstanceId(String vbrInstanceId)
The VBR ID.
example:vbr-bp1kznorjeembsuhl****
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck.Builder vbrInstanceRegionId(String vbrInstanceRegionId)
The ID of the region where the VBR is deployed.
example:cn-hangzhou
public DescribeCenVbrHealthCheckResponseBody.VbrHealthCheck build()
Copyright © 2025. All rights reserved.