Class: Google::Apis::ContainerV1::CostManagementConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::CostManagementConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb
Overview
Configuration for fine-grained cost management feature.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether the feature is enabled or not.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CostManagementConfig
constructor
A new instance of CostManagementConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CostManagementConfig
Returns a new instance of CostManagementConfig.
2241 2242 2243 |
# File 'lib/google/apis/container_v1/classes.rb', line 2241 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether the feature is enabled or not.
Corresponds to the JSON property enabled
2238 2239 2240 |
# File 'lib/google/apis/container_v1/classes.rb', line 2238 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2246 2247 2248 |
# File 'lib/google/apis/container_v1/classes.rb', line 2246 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |