Class: Google::Cloud::Compute::V1::HealthCheckLogConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HealthCheckLogConfig
- 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
-
#enable ⇒ ::Boolean
Indicates whether or not to export logs.
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.
11219 11220 11221 11222 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11219 class HealthCheckLogConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |