Skip to content

LivenessProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkedas"
&alicloudroscdkedas.LivenessProperty {
    Exec: interface{},
    FailureThreshold: interface{},
    HttpGet: interface{},
    InitialDelaySeconds: interface{},
    PeriodSeconds: interface{},
    SuccessThreshold: interface{},
    TcpSocket: interface{},
    TimeoutSeconds: interface{},
}

Properties

Name Type Description
Exec interface{} No description.
FailureThreshold interface{} No description.
HttpGet interface{} No description.
InitialDelaySeconds interface{} No description.
PeriodSeconds interface{} No description.
SuccessThreshold interface{} No description.
TcpSocket interface{} No description.
TimeoutSeconds interface{} No description.

ExecOptional

Exec interface{}
  • Type: interface{}

FailureThresholdOptional

FailureThreshold interface{}
  • Type: interface{}

HttpGetOptional

HttpGet interface{}
  • Type: interface{}

InitialDelaySecondsOptional

InitialDelaySeconds interface{}
  • Type: interface{}

PeriodSecondsOptional

PeriodSeconds interface{}
  • Type: interface{}

SuccessThresholdOptional

SuccessThreshold interface{}
  • Type: interface{}

TcpSocketOptional

TcpSocket interface{}
  • Type: interface{}

TimeoutSecondsOptional

TimeoutSeconds interface{}
  • Type: interface{}