Interface protos.google.appengine.v1.IHealthCheck (3.2.0)

Properties of a HealthCheck.

Package

@google-cloud/appengine-admin

Properties

checkInterval

checkInterval?: (google.protobuf.IDuration|null);

HealthCheck checkInterval

disableHealthCheck

disableHealthCheck?: (boolean|null);

HealthCheck disableHealthCheck

healthyThreshold

healthyThreshold?: (number|null);

HealthCheck healthyThreshold

host

host?: (string|null);

HealthCheck host

restartThreshold

restartThreshold?: (number|null);

HealthCheck restartThreshold

timeout

timeout?: (google.protobuf.IDuration|null);

HealthCheck timeout

unhealthyThreshold

unhealthyThreshold?: (number|null);

HealthCheck unhealthyThreshold