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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |