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.
11237 11238 11239 11240 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11237 class HealthCheckLogConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |