Skip to content

CustomHealthCheckConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc;
new CustomHealthCheckConfigProperty {
    object FailureThreshold = null,
    object HttpGetUrl = null,
    object InitialDelaySeconds = null,
    object PeriodSeconds = null,
    object SuccessThreshold = null,
    object TimeoutSeconds = null
};

Properties

Name Type Description
FailureThreshold object No description.
HttpGetUrl object No description.
InitialDelaySeconds object No description.
PeriodSeconds object No description.
SuccessThreshold object No description.
TimeoutSeconds object No description.

FailureThresholdOptional

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

HttpGetUrlOptional

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

InitialDelaySecondsOptional

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

PeriodSecondsOptional

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

SuccessThresholdOptional

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

TimeoutSecondsOptional

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