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

Properties of a HealthCheck.

Package

@google-cloud/appengine-admin!

Properties

checkInterval

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

HealthCheck checkInterval

Property Value
TypeDescription
(google.protobuf.IDuration|null)

disableHealthCheck

disableHealthCheck?: (boolean|null);

HealthCheck disableHealthCheck

Property Value
TypeDescription
(boolean|null)

healthyThreshold

healthyThreshold?: (number|null);

HealthCheck healthyThreshold

Property Value
TypeDescription
(number|null)

host

host?: (string|null);

HealthCheck host

Property Value
TypeDescription
(string|null)

restartThreshold

restartThreshold?: (number|null);

HealthCheck restartThreshold

Property Value
TypeDescription
(number|null)

timeout

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

HealthCheck timeout

Property Value
TypeDescription
(google.protobuf.IDuration|null)

unhealthyThreshold

unhealthyThreshold?: (number|null);

HealthCheck unhealthyThreshold

Property Value
TypeDescription
(number|null)