class Google::Apis::ContainerV1beta1::ConsumptionMeteringConfig

Parameters for controlling consumption metering.

Attributes

enabled[RW]

Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records. Corresponds to the JSON property `enabled` @return [Boolean]

enabled?[RW]

Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records. Corresponds to the JSON property `enabled` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 1453
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1beta1/classes.rb, line 1458
def update!(**args)
  @enabled = args[:enabled] if args.key?(:enabled)
end