| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.Mesos.Raw.HealthCheck
Documentation
type HealthCheckPtr = Ptr HealthCheck 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 |
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 () |
c_destroyHealthCheck :: HealthCheckPtr -> IO () Source