App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::ReadinessCheck (v0.7.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ReadinessCheck.

Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#app_start_timeout

def app_start_timeout() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.

#app_start_timeout=

def app_start_timeout=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.
Returns
  • (::Google::Protobuf::Duration) — A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic.

#check_interval

def check_interval() -> ::Google::Protobuf::Duration
Returns

#check_interval=

def check_interval=(value) -> ::Google::Protobuf::Duration
Parameter
Returns

#failure_threshold

def failure_threshold() -> ::Integer
Returns
  • (::Integer) — Number of consecutive failed checks required before removing traffic.

#failure_threshold=

def failure_threshold=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of consecutive failed checks required before removing traffic.
Returns
  • (::Integer) — Number of consecutive failed checks required before removing traffic.

#host

def host() -> ::String
Returns
  • (::String) — Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"

#host=

def host=(value) -> ::String
Parameter
  • value (::String) — Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
Returns
  • (::String) — Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"

#path

def path() -> ::String
Returns
  • (::String) — The request path.

#path=

def path=(value) -> ::String
Parameter
  • value (::String) — The request path.
Returns
  • (::String) — The request path.

#success_threshold

def success_threshold() -> ::Integer
Returns
  • (::Integer) — Number of consecutive successful checks required before receiving traffic.

#success_threshold=

def success_threshold=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of consecutive successful checks required before receiving traffic.
Returns
  • (::Integer) — Number of consecutive successful checks required before receiving traffic.

#timeout

def timeout() -> ::Google::Protobuf::Duration
Returns

#timeout=

def timeout=(value) -> ::Google::Protobuf::Duration
Parameter
Returns