Class: Google::Cloud::GkeMultiCloud::V1::CloudMonitoringConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enabled::Boolean

Returns Enable GKE-native logging and metrics. Only for Attached Clusters.

Returns:

  • (::Boolean)

    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