HealthCheckConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Alb;
new HealthCheckConfigProperty {
object HealthCheckEnabled,
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 UnhealthyThreshold = null
};
Properties
HealthCheckEnabled
Required
public object HealthCheckEnabled { get; set; }
HealthCheckCodes
Optional
public object HealthCheckCodes { get; set; }
HealthCheckConnectPort
Optional
public object HealthCheckConnectPort { get; set; }
HealthCheckHost
Optional
public object HealthCheckHost { get; set; }
HealthCheckHttpVersion
Optional
public object HealthCheckHttpVersion { get; set; }
HealthCheckInterval
Optional
public object HealthCheckInterval { get; set; }
HealthCheckMethod
Optional
public object HealthCheckMethod { get; set; }
HealthCheckPath
Optional
public object HealthCheckPath { get; set; }
HealthCheckProtocol
Optional
public object HealthCheckProtocol { get; set; }
HealthCheckTimeout
Optional
public object HealthCheckTimeout { get; set; }
HealthyThreshold
Optional
public object HealthyThreshold { get; set; }
UnhealthyThreshold
Optional
public object UnhealthyThreshold { get; set; }