GoogleApi.Container.V1.Model.ResourceUsageExportConfig (google_api_container v0.57.0)
View SourceConfiguration for exporting cluster resource usages.
Attributes
-
bigqueryDestination(type:GoogleApi.Container.V1.Model.BigQueryDestination.t, default:nil) - Configuration to use BigQuery as usage export destination. -
consumptionMeteringConfig(type:GoogleApi.Container.V1.Model.ConsumptionMeteringConfig.t, default:nil) - Configuration to enable resource consumption metering. -
enableNetworkEgressMetering(type:boolean(), default:nil) - Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.ResourceUsageExportConfig{ bigqueryDestination: GoogleApi.Container.V1.Model.BigQueryDestination.t() | nil, consumptionMeteringConfig: GoogleApi.Container.V1.Model.ConsumptionMeteringConfig.t() | nil, enableNetworkEgressMetering: boolean() | nil }