Skip to content

HealthCheckConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Nlb;
new HealthCheckConfigProperty {
    object HealthCheckConnectPort = null,
    object HealthCheckConnectTimeout = null,
    object HealthCheckDomain = null,
    object HealthCheckEnabled = null,
    object HealthCheckHttpCode = null,
    object HealthCheckInterval = null,
    object HealthCheckType = null,
    object HealthCheckUrl = null,
    object HealthyThreshold = null,
    object HttpCheckMethod = null,
    object UnhealthyThreshold = null
};

Properties

Name Type Description
HealthCheckConnectPort object No description.
HealthCheckConnectTimeout object No description.
HealthCheckDomain object No description.
HealthCheckEnabled object No description.
HealthCheckHttpCode object No description.
HealthCheckInterval object No description.
HealthCheckType object No description.
HealthCheckUrl object No description.
HealthyThreshold object No description.
HttpCheckMethod object No description.
UnhealthyThreshold object No description.

HealthCheckConnectPortOptional

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

HealthCheckConnectTimeoutOptional

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

HealthCheckDomainOptional

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

HealthCheckEnabledOptional

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

HealthCheckHttpCodeOptional

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

HealthCheckIntervalOptional

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

HealthCheckTypeOptional

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

HealthCheckUrlOptional

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

HealthyThresholdOptional

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

HttpCheckMethodOptional

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

UnhealthyThresholdOptional

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