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

Properties of a ReadinessCheck.

Package

@google-cloud/appengine-admin

Properties

appStartTimeout

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

ReadinessCheck appStartTimeout

checkInterval

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

ReadinessCheck checkInterval

failureThreshold

failureThreshold?: (number|null);

ReadinessCheck failureThreshold

host

host?: (string|null);

ReadinessCheck host

path

path?: (string|null);

ReadinessCheck path

successThreshold

successThreshold?: (number|null);

ReadinessCheck successThreshold

timeout

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

ReadinessCheck timeout