Class: Google::Cloud::Container::V1::CostManagementConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::CostManagementConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration for fine-grained cost management feature.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Whether the feature is enabled or not.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Whether the feature is enabled or not.
4671 4672 4673 4674 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4671 class CostManagementConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |