Show / Hide Table of Contents

Class ResourceUsageExportConfig

Configuration for exporting cluster resource usages.

Inheritance
object
ResourceUsageExportConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX