struct Lightsail::ContainerServiceHealthCheckConfig

Included Modules

Defined in:

clients/lightsail.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def healthyThreshold : Int16 | Nil #

[View source]
def healthyThreshold=(healthyThreshold : Int16 | Nil) #

[View source]
def intervalSeconds : Int16 | Nil #

[View source]
def intervalSeconds=(intervalSeconds : Int16 | Nil) #

[View source]
def path : String | Nil #

[View source]
def path=(path : String | Nil) #

[View source]
def successCodes : String | Nil #

[View source]
def successCodes=(successCodes : String | Nil) #

[View source]
def timeoutSeconds : Int16 | Nil #

[View source]
def timeoutSeconds=(timeoutSeconds : Int16 | Nil) #

[View source]
def unhealthyThreshold : Int16 | Nil #

[View source]
def unhealthyThreshold=(unhealthyThreshold : Int16 | Nil) #

[View source]