CenVbrHealthCheckProps
Properties for defining a CenVbrHealthCheck
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenvbrhealthcheck
Initializer
import ros_cdk_cen
ros_cdk_cen.CenVbrHealthCheckProps(
cen_id: typing.Union[str, IResolvable],
health_check_target_ip: typing.Union[str, IResolvable],
vbr_instance_id: typing.Union[str, IResolvable],
vbr_instance_region_id: typing.Union[str, IResolvable],
health_check_interval: typing.Union[typing.Union[int, float], IResolvable] = None,
health_check_source_ip: typing.Union[str, IResolvable] = None,
healthy_threshold: typing.Union[typing.Union[int, float], IResolvable] = None,
vbr_instance_owner_id: typing.Union[typing.Union[int, float], IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
cen_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property cenId: The ID of the CEN instance. |
health_check_target_ip |
typing.Union[str, ros_cdk_core.IResolvable] |
Property healthCheckTargetIp: Specifies the destination IP address of the health check. |
vbr_instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property vbrInstanceId: The ID of the VBR instance. |
vbr_instance_region_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property vbrInstanceRegionId: The ID of the region where the VBR instance is deployed. |
health_check_interval |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property healthCheckInterval: Specifies the time interval at which probe packets are sent during the health check. |
health_check_source_ip |
typing.Union[str, ros_cdk_core.IResolvable] |
Property healthCheckSourceIp: You can use either of the following methods to specify the source IP address of the health check. |
healthy_threshold |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property healthyThreshold: Specifies the number of probe packets to be sent during the health check. |
vbr_instance_owner_id |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property vbrInstanceOwnerId: The User ID (UID) of the account to which the VBR instance belongs. |
cen_id
Required
cen_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property cenId: The ID of the CEN instance.
health_check_target_ip
Required
health_check_target_ip: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
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.
vbr_instance_id
Required
vbr_instance_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vbrInstanceId: The ID of the VBR instance.
vbr_instance_region_id
Required
vbr_instance_region_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vbrInstanceRegionId: The ID of the region where the VBR instance is deployed.
You can call the DescribeRegionsoperation to query region IDs.
health_check_interval
Optional
health_check_interval: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
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.
health_check_source_ip
Optional
health_check_source_ip: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
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.
healthy_threshold
Optional
healthy_threshold: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
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.
vbr_instance_owner_id
Optional
vbr_instance_owner_id: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property vbrInstanceOwnerId: The User ID (UID) of the account to which the VBR instance belongs.