Class: Google::Cloud::Compute::V1::HealthCheckLogConfig

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

Overview

Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.

Instance Attribute Summary collapse

Instance Attribute Details

#enable::Boolean

Returns Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

Returns:

  • (::Boolean)

    Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.



8877
8878
8879
8880
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8877

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