HealthCheckProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Slb;
new HealthCheckProperty {
object Domain = null,
object Exp = null,
object HealthCheckMethod = null,
object HealthCheckType = null,
object HealthyThreshold = null,
object HttpCode = null,
object Interval = null,
object Port = null,
object Req = null,
object Switch = null,
object Timeout = null,
object UnhealthyThreshold = null,
object Uri = null
};
Properties
DomainOptional
public object Domain { get; set; }
ExpOptional
public object Exp { get; set; }
HealthCheckMethodOptional
public object HealthCheckMethod { get; set; }
HealthCheckTypeOptional
public object HealthCheckType { get; set; }
HealthyThresholdOptional
public object HealthyThreshold { get; set; }
HttpCodeOptional
public object HttpCode { get; set; }
IntervalOptional
public object Interval { get; set; }
PortOptional
public object Port { get; set; }
ReqOptional
public object Req { get; set; }
SwitchOptional
public object Switch { get; set; }
TimeoutOptional
public object Timeout { get; set; }
UnhealthyThresholdOptional
public object UnhealthyThreshold { get; set; }
UriOptional
public object Uri { get; set; }