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

Properties of a ReadinessCheck.

Package

@google-cloud/appengine-admin!

Properties

appStartTimeout

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

ReadinessCheck appStartTimeout

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

checkInterval

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

ReadinessCheck checkInterval

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

failureThreshold

failureThreshold?: (number|null);

ReadinessCheck failureThreshold

Property Value
TypeDescription
(number|null)

host

host?: (string|null);

ReadinessCheck host

Property Value
TypeDescription
(string|null)

path

path?: (string|null);

ReadinessCheck path

Property Value
TypeDescription
(string|null)

successThreshold

successThreshold?: (number|null);

ReadinessCheck successThreshold

Property Value
TypeDescription
(number|null)

timeout

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

ReadinessCheck timeout

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