Google Cloud Container V1 Client - Class ConsumptionMeteringConfig (1.13.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class ConsumptionMeteringConfig.

Parameters for controlling consumption metering.

Generated from protobuf message google.container.v1.ResourceUsageExportConfig.ConsumptionMeteringConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enabled bool

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

getEnabled

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

Returns
TypeDescription
bool

setEnabled

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this