HttpHealthCheck class

Represents a legacy HTTP Health Check resource.

Legacy HTTP health checks are now only required by target pool-based network load balancers. For all other load balancers, including backend service-based network load balancers, and for managed instance group auto-healing, you must use modern (non-legacy) health checks. For more information, see Health checks overview .

Constructors

HttpHealthCheck({int? checkIntervalSec, String? creationTimestamp, String? description, int? healthyThreshold, String? host, String? id, String? kind, String? name, int? port, String? requestPath, String? selfLink, int? timeoutSec, int? unhealthyThreshold})
HttpHealthCheck.fromJson(Map json_)

Properties

checkIntervalSec int?
How often (in seconds) to send a health check.
getter/setter pair
creationTimestamp String?
Creation timestamp in RFC3339 text format.
getter/setter pair
description String?
An optional description of this resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
healthyThreshold int?
A so-far unhealthy instance will be marked healthy after this many consecutive successes.
getter/setter pair
host String?
The value of the host header in the HTTP health check request.
getter/setter pair
id String?
The unique identifier for the resource.
getter/setter pair
kind String?
Type of the resource.
getter/setter pair
name String?
Name of the resource.
getter/setter pair
port int?
The TCP port number for the HTTP health check request.
getter/setter pair
requestPath String?
The request path of the HTTP health check request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined URL for the resource.
getter/setter pair
timeoutSec int?
How long (in seconds) to wait before claiming failure.
getter/setter pair
unhealthyThreshold int?
A so-far healthy instance will be marked unhealthy after this many consecutive failures.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited