google_api_container v0.8.0 GoogleApi.Container.V1.Model.ResourceUsageExportConfig View Source
Configuration for exporting cluster resource usages.
Attributes
- bigqueryDestination (BigQueryDestination): Configuration to use BigQuery as usage export destination. Defaults to:
null. - consumptionMeteringConfig (ConsumptionMeteringConfig): Configuration to enable resource consumption metering. Defaults to:
null. - enableNetworkEgressMetering (boolean()): Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic. Defaults to:
null.
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 Source
t()
View Source
t() :: %GoogleApi.Container.V1.Model.ResourceUsageExportConfig{
bigqueryDestination: GoogleApi.Container.V1.Model.BigQueryDestination.t(),
consumptionMeteringConfig:
GoogleApi.Container.V1.Model.ConsumptionMeteringConfig.t(),
enableNetworkEgressMetering: any()
}
t() :: %GoogleApi.Container.V1.Model.ResourceUsageExportConfig{
bigqueryDestination: GoogleApi.Container.V1.Model.BigQueryDestination.t(),
consumptionMeteringConfig:
GoogleApi.Container.V1.Model.ConsumptionMeteringConfig.t(),
enableNetworkEgressMetering: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.