Skip to content

CenVbrHealthCheckProps

Properties for defining a CenVbrHealthCheck.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new CenVbrHealthCheckProps {
    object CenId,
    object HealthCheckTargetIp,
    object VbrInstanceId,
    object VbrInstanceRegionId,
    object HealthCheckInterval = null,
    object HealthCheckSourceIp = null,
    object HealthyThreshold = null,
    object VbrInstanceOwnerId = null
};

Properties

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

CenIdRequired

public object CenId { get; set; }
  • Type: object

Property cenId: The ID of the CEN instance.


HealthCheckTargetIpRequired

public object HealthCheckTargetIp { get; set; }
  • Type: object

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

public object VbrInstanceId { get; set; }
  • Type: object

Property vbrInstanceId: The ID of the VBR instance.


VbrInstanceRegionIdRequired

public object VbrInstanceRegionId { get; set; }
  • Type: object

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

You can call the DescribeRegionsoperation to query region IDs.


HealthCheckIntervalOptional

public object HealthCheckInterval { get; set; }
  • Type: object

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

public object HealthCheckSourceIp { get; set; }
  • Type: object

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

public object HealthyThreshold { get; set; }
  • Type: object

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

public object VbrInstanceOwnerId { get; set; }
  • Type: object

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