google_api_app_engine v0.0.1 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): Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com" Defaults to: null.
  • checkInterval (String): 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): The initial delay before starting to execute the checks. Defaults to: null.
  • path (String): The request path. Defaults to: null.
  • successThreshold (Integer): Number of consecutive successful checks required before considering the VM healthy. Defaults to: null.
  • timeout (String): Time before the check is considered failed. Defaults to: null.