Class: Google::Container::V1::ResourceUsageExportConfig::ConsumptionMeteringConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

Parameters for controlling consumption metering.

Instance Attribute Summary collapse

Instance Attribute Details

#enabledtrue, false

Returns Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.

Returns:

  • (true, false)

    Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.



2346
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 2346

class ConsumptionMeteringConfig; end