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

Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment.

Attributes

  • host (String.t): Host header to send when performing an HTTP health check. Example: "myapp.appspot.com" Defaults to: null.
  • checkInterval (String.t): Interval between health checks. Defaults to: null.
  • disableHealthCheck (boolean()): Whether to explicitly disable health checks for this instance. Defaults to: null.
  • healthyThreshold (integer()): Number of consecutive successful health checks required before receiving traffic. Defaults to: null.
  • restartThreshold (integer()): Number of consecutive failed health checks required before an instance is restarted. Defaults to: null.
  • timeout (String.t): Time before the health check is considered failed. Defaults to: null.
  • unhealthyThreshold (integer()): Number of consecutive failed health checks required before removing traffic. 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.HealthCheck{
  checkInterval: any(),
  disableHealthCheck: any(),
  healthyThreshold: any(),
  host: any(),
  restartThreshold: any(),
  timeout: any(),
  unhealthyThreshold: 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.