Class: Google::Cloud::GkeMultiCloud::V1::CloudMonitoringConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::CloudMonitoringConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb
Overview
CloudMonitoringConfig defines the configuration for built-in Cloud Logging and Monitoring. Only for Attached Clusters.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enable GKE-native logging and metrics.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable GKE-native logging and metrics. Only for Attached Clusters.
291 292 293 294 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 291 class CloudMonitoringConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |