Class: Google::Cloud::Container::V1beta1::CostManagementConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/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.



5703
5704
5705
5706
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5703

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