Class ClusterResourceUsageExportConfig
Inheritance
System.Object
ClusterResourceUsageExportConfig
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterResourceUsageExportConfig
Fields
View SourceBigqueryDestination
Parameters for using BigQuery as the destination of resource usage export.
Declaration
public readonly ClusterResourceUsageExportConfigBigqueryDestination BigqueryDestination
Field Value
| Type | Description |
|---|---|
| ClusterResourceUsageExportConfigBigqueryDestination |
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 readonly bool? EnableNetworkEgressMetering
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly bool? EnableResourceConsumptionMetering
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |