RosCenVbrHealthCheckProps
Properties for defining a RosCenVbrHealthCheck.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-cenvbrhealthcheck
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosCenVbrHealthCheckProps {
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 |
No description. |
HealthCheckTargetIp |
object |
No description. |
VbrInstanceId |
object |
No description. |
VbrInstanceRegionId |
object |
No description. |
HealthCheckInterval |
object |
No description. |
HealthCheckSourceIp |
object |
No description. |
HealthyThreshold |
object |
No description. |
VbrInstanceOwnerId |
object |
No description. |
CenIdRequired
public object CenId { get; set; }
- Type: object
HealthCheckTargetIpRequired
public object HealthCheckTargetIp { get; set; }
- Type: object
VbrInstanceIdRequired
public object VbrInstanceId { get; set; }
- Type: object
VbrInstanceRegionIdRequired
public object VbrInstanceRegionId { get; set; }
- Type: object
HealthCheckIntervalOptional
public object HealthCheckInterval { get; set; }
- Type: object
HealthCheckSourceIpOptional
public object HealthCheckSourceIp { get; set; }
- Type: object
HealthyThresholdOptional
public object HealthyThreshold { get; set; }
- Type: object
VbrInstanceOwnerIdOptional
public object VbrInstanceOwnerId { get; set; }
- Type: object