Show / Hide Table of Contents

Class ClusterResourceUsageExportConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterResourceUsageExportConfigArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Container.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterResourceUsageExportConfigArgs : ResourceArgs

Constructors

View Source

ClusterResourceUsageExportConfigArgs()

Declaration
public ClusterResourceUsageExportConfigArgs()

Properties

View Source

BigqueryDestination

Parameters for using BigQuery as the destination of resource usage export.

Declaration
public Input<ClusterResourceUsageExportConfigBigqueryDestinationArgs> BigqueryDestination { get; set; }
Property Value
Type Description
Input<ClusterResourceUsageExportConfigBigqueryDestinationArgs>
View Source

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
public Input<bool> EnableNetworkEgressMetering { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnableResourceConsumptionMetering

Whether to enable resource consumption metering on this cluster. When enabled, a table will be created in the resource export BigQuery dataset to store resource consumption data. The resulting table can be joined with the resource usage table or with BigQuery billing export. Defaults to true.

Declaration
public Input<bool> EnableResourceConsumptionMetering { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.