google_api_app_engine v0.0.1 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): Host header to send when performing an HTTP health check. Example: "myapp.appspot.com" Defaults to:
null
. - checkInterval (String): 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): 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
.