Class: Google::Cloud::GkeMultiCloud::V1::ManagedPrometheusConfig
- Inherits:
-
Object
- Object
- Google::Cloud::GkeMultiCloud::V1::ManagedPrometheusConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb
Overview
ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enable Managed Collection.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enable Managed Collection.
274 275 276 277 |
# File 'proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb', line 274 class ManagedPrometheusConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |