hs-mesos-0.20.0.0

Safe HaskellNone
LanguageHaskell2010

System.Mesos.Raw.HealthCheck

Documentation

c_toHealthCheck Source

Arguments

:: CBool

has_http

-> CInt

HealthCheck_HTTP.port

-> Ptr CChar

HealthCheck_HTTP.path

-> CInt

HealthCheck_HTTP.path size

-> Ptr CUInt

HealthCheck_HTTP.statuses

-> CInt

HealthCheck_HTTP.statuses size

-> Ptr CDouble

delay_seconds

-> Ptr CDouble

interval_seconds

-> Ptr CDouble

timeout_seconds

-> Ptr CUInt

consecutive_failures

-> Ptr CDouble

grace_period_seconds

-> CommandInfoPtr

command

-> IO HealthCheckPtr 

c_fromHealthCheck Source

Arguments

:: HealthCheckPtr 
-> Ptr CBool

has_http

-> Ptr CInt

HealthCheck_HTTP.port

-> Ptr (Ptr CChar)

HealthCheck_HTTP.path

-> Ptr CInt

HealthCheck_HTTP.path size

-> Ptr (Ptr CUInt)

HealthCheck_HTTP.statuses

-> Ptr CInt

HealthCheck_HTTP.statuses size

-> Ptr CDouble

delay_seconds

-> Ptr CBool

delay_seconds is set?

-> Ptr CDouble

interval_seconds

-> Ptr CBool

interval_seconds is set?

-> Ptr CDouble

timeout_seconds

-> Ptr CBool

timeout_seconds is set?

-> Ptr CUInt

consecutive_failures

-> Ptr CBool

consecutive_failures is set?

-> Ptr CDouble

grace_period_seconds

-> Ptr CBool

grace_period_seconds is set?

-> Ptr CommandInfoPtr

command

-> IO ()