Skip to content

ReadinessProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new ReadinessProperty {
    object Exec = null,
    object FailureThreshold = null,
    object HttpGet = null,
    object InitialDelaySeconds = null,
    object PeriodSeconds = null,
    object SuccessThreshold = null,
    object TcpSocket = null,
    object TimeoutSeconds = null
};

Properties

Name Type Description
Exec object No description.
FailureThreshold object No description.
HttpGet object No description.
InitialDelaySeconds object No description.
PeriodSeconds object No description.
SuccessThreshold object No description.
TcpSocket object No description.
TimeoutSeconds object No description.

ExecOptional

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

FailureThresholdOptional

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

HttpGetOptional

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

TcpSocketOptional

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

TimeoutSecondsOptional

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