google_api_container v0.12.0 GoogleApi.Container.V1.Model.ResourceUsageExportConfig View Source
Configuration 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Container.V1.Model.ResourceUsageExportConfig{
bigqueryDestination: GoogleApi.Container.V1.Model.BigQueryDestination.t(),
consumptionMeteringConfig:
GoogleApi.Container.V1.Model.ConsumptionMeteringConfig.t(),
enableNetworkEgressMetering: boolean()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.