Skip to content

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

Name Type Description
Domain object No description.
Exp object No description.
HealthCheckMethod object No description.
HealthCheckType object No description.
HealthyThreshold object No description.
HttpCode object No description.
Interval object No description.
Port object No description.
Req object No description.
Switch object No description.
Timeout object No description.
UnhealthyThreshold object No description.
Uri object No description.

DomainOptional

public object Domain { get; set; }
  • Type: object

ExpOptional

public object Exp { get; set; }
  • Type: object

HealthCheckMethodOptional

public object HealthCheckMethod { get; set; }
  • Type: object

HealthCheckTypeOptional

public object HealthCheckType { get; set; }
  • Type: object

HealthyThresholdOptional

public object HealthyThreshold { get; set; }
  • Type: object

HttpCodeOptional

public object HttpCode { get; set; }
  • Type: object

IntervalOptional

public object Interval { get; set; }
  • Type: object

PortOptional

public object Port { get; set; }
  • Type: object

ReqOptional

public object Req { get; set; }
  • Type: object

SwitchOptional

public object Switch { get; set; }
  • Type: object

TimeoutOptional

public object Timeout { get; set; }
  • Type: object

UnhealthyThresholdOptional

public object UnhealthyThreshold { get; set; }
  • Type: object

UriOptional

public object Uri { get; set; }
  • Type: object