public sealed class HealthCheck : IMessage<HealthCheck>, IEquatable<HealthCheck>, IDeepCloneable<HealthCheck>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class HealthCheck.
Health checking configuration for VM instances. Unhealthy instances
are killed and replaced with new instances. Only applicable for
instances in App Engine flexible environment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eHealthCheck\u003c/code\u003e class in the Google Cloud App Engine v1 API allows for the configuration of health checking for VM instances in the App Engine flexible environment, ensuring unhealthy instances are replaced.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides properties like \u003ccode\u003eCheckInterval\u003c/code\u003e, \u003ccode\u003eDisableHealthCheck\u003c/code\u003e, \u003ccode\u003eHealthyThreshold\u003c/code\u003e, \u003ccode\u003eHost\u003c/code\u003e, \u003ccode\u003eRestartThreshold\u003c/code\u003e, \u003ccode\u003eTimeout\u003c/code\u003e, and \u003ccode\u003eUnhealthyThreshold\u003c/code\u003e to configure how health checks are performed and managed.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API documentation available is 2.4.0, while the content provided is specifically for version 2.2.0, for which there are various inherited members and implementation interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHealthCheck\u003c/code\u003e class is constructed with either no parameters, or another \u003ccode\u003eHealthCheck\u003c/code\u003e object, and its properties define the metrics and conditions for determining the health status of instances.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHealthCheck\u003c/code\u003e class implements various interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<HealthCheck>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<HealthCheck>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]