Class: Google::Cloud::Container::V1::CostManagementConfig

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

Instance Attribute Details

#enabled::Boolean

Returns Whether the feature is enabled or not.

Returns:

  • (::Boolean)

    Whether the feature is enabled or not.



4647
4648
4649
4650
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4647

class CostManagementConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end