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 HealthCheckInterval = null,
object HealthCheckMethod = null,
object HealthCheckPath = null,
object HealthCheckProtocol = null,
object HealthCheckTimeout = null,
object HealthyThreshold = null,
object UnhealthyThreshold = null
};
Properties
Name | Type | Description |
---|---|---|
HealthCheckTemplateName |
object |
No description. |
HealthCheckCodes |
object |
No description. |
HealthCheckConnectPort |
object |
No description. |
HealthCheckHost |
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. |
UnhealthyThreshold |
object |
No description. |
HealthCheckTemplateName
Required
public object HealthCheckTemplateName { get; set; }
- Type: object
HealthCheckCodes
Optional
public object HealthCheckCodes { get; set; }
- Type: object
HealthCheckConnectPort
Optional
public object HealthCheckConnectPort { get; set; }
- Type: object
HealthCheckHost
Optional
public object HealthCheckHost { get; set; }
- Type: object
HealthCheckInterval
Optional
public object HealthCheckInterval { get; set; }
- Type: object
HealthCheckMethod
Optional
public object HealthCheckMethod { get; set; }
- Type: object
HealthCheckPath
Optional
public object HealthCheckPath { get; set; }
- Type: object
HealthCheckProtocol
Optional
public object HealthCheckProtocol { get; set; }
- Type: object
HealthCheckTimeout
Optional
public object HealthCheckTimeout { get; set; }
- Type: object
HealthyThreshold
Optional
public object HealthyThreshold { get; set; }
- Type: object
UnhealthyThreshold
Optional
public object UnhealthyThreshold { get; set; }
- Type: object