Skip to content

CenVbrHealthCheckProps

Properties for defining a CenVbrHealthCheck.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenvbrhealthcheck

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.CenVbrHealthCheckProps {
    CenId: interface{},
    HealthCheckTargetIp: interface{},
    VbrInstanceId: interface{},
    VbrInstanceRegionId: interface{},
    HealthCheckInterval: interface{},
    HealthCheckSourceIp: interface{},
    HealthyThreshold: interface{},
    VbrInstanceOwnerId: interface{},
}

Properties

Name Type Description
CenId interface{} Property cenId: The ID of the CEN instance.
HealthCheckTargetIp interface{} Property healthCheckTargetIp: Specifies the destination IP address of the health check.
VbrInstanceId interface{} Property vbrInstanceId: The ID of the VBR instance.
VbrInstanceRegionId interface{} Property vbrInstanceRegionId: The ID of the region where the VBR instance is deployed.
HealthCheckInterval interface{} Property healthCheckInterval: Specifies the time interval at which probe packets are sent during the health check.
HealthCheckSourceIp interface{} Property healthCheckSourceIp: You can use either of the following methods to specify the source IP address of the health check.
HealthyThreshold interface{} Property healthyThreshold: Specifies the number of probe packets to be sent during the health check.
VbrInstanceOwnerId interface{} Property vbrInstanceOwnerId: The User ID (UID) of the account to which the VBR instance belongs.

CenIdRequired

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the CEN instance.


HealthCheckTargetIpRequired

HealthCheckTargetIp interface{}
  • Type: interface{}

Property healthCheckTargetIp: Specifies the destination IP address of the health check.

The destination IP address is the IP address of the client-facing interface on the VBR instance.


VbrInstanceIdRequired

VbrInstanceId interface{}
  • Type: interface{}

Property vbrInstanceId: The ID of the VBR instance.


VbrInstanceRegionIdRequired

VbrInstanceRegionId interface{}
  • Type: interface{}

Property vbrInstanceRegionId: The ID of the region where the VBR instance is deployed.

You can call the DescribeRegionsoperation to query region IDs.


HealthCheckIntervalOptional

HealthCheckInterval interface{}
  • Type: interface{}

Property healthCheckInterval: Specifies the time interval at which probe packets are sent during the health check.

Default value: 2. Valid values: 2 to 3. Unit: second.


HealthCheckSourceIpOptional

HealthCheckSourceIp interface{}
  • Type: interface{}

Property healthCheckSourceIp: You can use either of the following methods to specify the source IP address of the health check.

Automatic IP Address: The system automatically assigns an IP address within the CIDR block 100.96.0.0/16 (recommended). Custom IP Address: You can specify a source IP address that is available within the CIDR block 10.0.0.0/8, 192.168.0.0/16, or 172.16.0.0/12. The specified source IP address must not overlap with the IP addresses of the Alibaba Cloud-facing and client-facing interfaces on the VBR instance, or the IP addresses of the instances with which the VBR instance needs to communicate in the CEN.


HealthyThresholdOptional

HealthyThreshold interface{}
  • Type: interface{}

Property healthyThreshold: Specifies the number of probe packets to be sent during the health check.

Default value: 8. Valid values: 3 to 8. Unit: packet.


VbrInstanceOwnerIdOptional

VbrInstanceOwnerId interface{}
  • Type: interface{}

Property vbrInstanceOwnerId: The User ID (UID) of the account to which the VBR instance belongs.