Class: Google::Cloud::AppEngine::V1::LivenessCheck

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/appengine/v1/app_yaml.rb

Overview

Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances.

Instance Attribute Summary collapse

Instance Attribute Details

#check_interval::Google::Protobuf::Duration



307
308
309
310
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 307

class LivenessCheck
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#failure_threshold::Integer



307
308
309
310
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 307

class LivenessCheck
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#host::String



307
308
309
310
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 307

class LivenessCheck
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#initial_delay::Google::Protobuf::Duration



307
308
309
310
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 307

class LivenessCheck
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#path::String



307
308
309
310
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 307

class LivenessCheck
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#success_threshold::Integer



307
308
309
310
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 307

class LivenessCheck
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#timeout::Google::Protobuf::Duration



307
308
309
310
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 307

class LivenessCheck
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end