Skip to content

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

Name Type Description
HealthCheckEnabled object No description.
HealthCheckCodes object No description.
HealthCheckConnectPort object No description.
HealthCheckHost object No description.
HealthCheckHttpVersion 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.

HealthCheckEnabledRequired

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

HealthCheckCodesOptional

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

HealthCheckConnectPortOptional

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

HealthCheckHostOptional

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

HealthCheckHttpVersionOptional

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

HealthCheckIntervalOptional

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

HealthCheckMethodOptional

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

HealthCheckPathOptional

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

HealthCheckProtocolOptional

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

HealthCheckTimeoutOptional

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

HealthyThresholdOptional

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

UnhealthyThresholdOptional

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