Class: Google::Cloud::Container::V1beta1::ManagedPrometheusConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::ManagedPrometheusConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.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.
4146 4147 4148 4149 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4146 class ManagedPrometheusConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |