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

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

Attributes

  • host (String.t): Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com" Defaults to: null.
  • 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: null.
  • checkInterval (String.t): Interval between health checks. Defaults to: null.
  • failureThreshold (integer()): Number of consecutive failed checks required before removing traffic. Defaults to: null.
  • path (String.t): The request path. Defaults to: null.
  • successThreshold (integer()): Number of consecutive successful checks required before receiving traffic. 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.ReadinessCheck{
  appStartTimeout: any(),
  checkInterval: any(),
  failureThreshold: any(),
  host: 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.