Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::HealthCheckLogConfig.
Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#enable
def enable() -> ::Boolean
Returns
- (::Boolean) — Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.
#enable=
def enable=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.