google_api_app_engine v0.8.0 GoogleApi.AppEngine.V1.Model.ReadinessCheck View Source

Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation.

Attributes

  • appStartTimeout (String.t): A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic. Defaults to nil.
  • checkInterval (String.t): Interval between health checks. Defaults to nil.
  • failureThreshold (integer()): Number of consecutive failed checks required before removing traffic. Defaults to nil.
  • host (String.t): Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com" Defaults to nil.
  • path (String.t): The request path. Defaults to nil.
  • successThreshold (integer()): Number of consecutive successful checks required before receiving traffic. Defaults to nil.
  • timeout (String.t): Time before the check is considered failed. Defaults to nil.

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.ReadinessCheck{
  appStartTimeout: String.t(),
  checkInterval: String.t(),
  failureThreshold: integer(),
  host: String.t(),
  path: String.t(),
  successThreshold: integer(),
  timeout: String.t()
}

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.