google_api_app_engine v0.3.0 GoogleApi.AppEngine.V1.Model.LivenessCheck View Source

Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.

Attributes

  • host (String.t): Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com" Defaults to: null.
  • checkInterval (String.t): Interval between health checks. Defaults to: null.
  • failureThreshold (integer()): Number of consecutive failed checks required before considering the VM unhealthy. Defaults to: null.
  • initialDelay (String.t): The initial delay before starting to execute the checks. Defaults to: null.
  • path (String.t): The request path. Defaults to: null.
  • successThreshold (integer()): Number of consecutive successful checks required before considering the VM healthy. Defaults to: null.
  • timeout (String.t): Time before the check is considered failed. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AppEngine.V1.Model.LivenessCheck{
  checkInterval: any(),
  failureThreshold: any(),
  host: any(),
  initialDelay: any(),
  path: any(),
  successThreshold: any(),
  timeout: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.