Class: Google::Cloud::Container::V1::ManagedPrometheusConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::ManagedPrometheusConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/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.
5349 5350 5351 5352 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 5349 class ManagedPrometheusConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |