Class ClusterResourceUsageExportConfigGetArgs
Inherited Members
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 ClusterResourceUsageExportConfigGetArgs : ResourceArgs
Constructors
View SourceClusterResourceUsageExportConfigGetArgs()
Declaration
public ClusterResourceUsageExportConfigGetArgs()
Properties
View SourceBigqueryDestination
Parameters for using BigQuery as the destination of resource usage export.
Declaration
public Input<ClusterResourceUsageExportConfigBigqueryDestinationGetArgs> BigqueryDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterResourceUsageExportConfigBigqueryDestinationGetArgs> |
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> |
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> |