Class ResourceUsageExportConfig
Configuration for exporting cluster resource usages.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class ResourceUsageExportConfig : IDirectResponseSchema
Properties
BigqueryDestination
Configuration to use BigQuery as usage export destination.
Declaration
[JsonProperty("bigqueryDestination")]
public virtual BigQueryDestination BigqueryDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| BigQueryDestination |
ConsumptionMeteringConfig
Configuration to enable resource consumption metering.
Declaration
[JsonProperty("consumptionMeteringConfig")]
public virtual ConsumptionMeteringConfig ConsumptionMeteringConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| ConsumptionMeteringConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableNetworkEgressMetering
Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
Declaration
[JsonProperty("enableNetworkEgressMetering")]
public virtual bool? EnableNetworkEgressMetering { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |