Skip to content

LivenessProbeProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Eci;
new LivenessProbeProperty {
    object ExecCommand = null,
    object FailureThreshold = null,
    object HttpGetPath = null,
    object HttpGetPort = null,
    object HttpGetScheme = null,
    object InitialDelaySeconds = null,
    object PeriodSeconds = null,
    object SuccessThreshold = null,
    object TcpSocketPort = null,
    object TimeoutSeconds = null
};

Properties

Name Type Description
ExecCommand object No description.
FailureThreshold object No description.
HttpGetPath object No description.
HttpGetPort object No description.
HttpGetScheme object No description.
InitialDelaySeconds object No description.
PeriodSeconds object No description.
SuccessThreshold object No description.
TcpSocketPort object No description.
TimeoutSeconds object No description.

ExecCommandOptional

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

FailureThresholdOptional

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

HttpGetPathOptional

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

HttpGetPortOptional

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

HttpGetSchemeOptional

public object HttpGetScheme { 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

TcpSocketPortOptional

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

TimeoutSecondsOptional

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