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

Properties of a LivenessCheck.

Package

@google-cloud/appengine-admin!

Properties

checkInterval

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

LivenessCheck checkInterval

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

failureThreshold

failureThreshold?: (number|null);

LivenessCheck failureThreshold

Property Value
TypeDescription
(number|null)

host

host?: (string|null);

LivenessCheck host

Property Value
TypeDescription
(string|null)

initialDelay

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

LivenessCheck initialDelay

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

path

path?: (string|null);

LivenessCheck path

Property Value
TypeDescription
(string|null)

successThreshold

successThreshold?: (number|null);

LivenessCheck successThreshold

Property Value
TypeDescription
(number|null)

timeout

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

LivenessCheck timeout

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