RosHealthCheckTemplateProps
Properties for defining a RosHealthCheckTemplate.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-healthchecktemplate
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new RosHealthCheckTemplateProps {
object HealthCheckTemplateName,
object HealthCheckCodes = null,
object HealthCheckConnectPort = null,
object HealthCheckHost = null,
object HealthCheckHttpVersion = null,
object HealthCheckInterval = null,
object HealthCheckMethod = null,
object HealthCheckPath = null,
object HealthCheckProtocol = null,
object HealthCheckTimeout = null,
object HealthyThreshold = null,
object ResourceGroupId = null,
object UnhealthyThreshold = null
};
Properties
| Name | Type | Description |
|---|---|---|
HealthCheckTemplateName | object | No description. |
HealthCheckCodes | object | No description. |
HealthCheckConnectPort | object | No description. |
HealthCheckHost | object | No description. |
HealthCheckHttpVersion | object | No description. |
HealthCheckInterval | object | No description. |
HealthCheckMethod | object | No description. |
HealthCheckPath | object | No description. |
HealthCheckProtocol | object | No description. |
HealthCheckTimeout | object | No description. |
HealthyThreshold | object | No description. |
ResourceGroupId | object | No description. |
UnhealthyThreshold | object | No description. |
HealthCheckTemplateNameRequired
public object HealthCheckTemplateName { get; set; }
- Type: object
HealthCheckCodesOptional
public object HealthCheckCodes { get; set; }
- Type: object
HealthCheckConnectPortOptional
public object HealthCheckConnectPort { get; set; }
- Type: object
HealthCheckHostOptional
public object HealthCheckHost { get; set; }
- Type: object
HealthCheckHttpVersionOptional
public object HealthCheckHttpVersion { get; set; }
- Type: object
HealthCheckIntervalOptional
public object HealthCheckInterval { get; set; }
- Type: object
HealthCheckMethodOptional
public object HealthCheckMethod { get; set; }
- Type: object
HealthCheckPathOptional
public object HealthCheckPath { get; set; }
- Type: object
HealthCheckProtocolOptional
public object HealthCheckProtocol { get; set; }
- Type: object
HealthCheckTimeoutOptional
public object HealthCheckTimeout { get; set; }
- Type: object
HealthyThresholdOptional
public object HealthyThreshold { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
UnhealthyThresholdOptional
public object UnhealthyThreshold { get; set; }
- Type: object