Cluster Resource Usage Export Config Args
data class ClusterResourceUsageExportConfigArgs(val bigqueryDestination: Output<ClusterResourceUsageExportConfigBigqueryDestinationArgs>, val enableNetworkEgressMetering: Output<Boolean>? = null, val enableResourceConsumptionMetering: Output<Boolean>? = null) : ConvertibleToJava<ClusterResourceUsageExportConfigArgs>
Constructors
Link copied to clipboard
constructor(bigqueryDestination: Output<ClusterResourceUsageExportConfigBigqueryDestinationArgs>, enableNetworkEgressMetering: Output<Boolean>? = null, enableResourceConsumptionMetering: Output<Boolean>? = null)
Properties
Link copied to clipboard
Parameters for using BigQuery as the destination of resource usage export.
Link copied to clipboard
Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
Link copied to clipboard
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
.