Class: Google::Container::V1beta1::ResourceUsageExportConfig
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::ResourceUsageExportConfig
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb
Overview
Configuration for exporting cluster resource usages.
Defined Under Namespace
Classes: BigQueryDestination, ConsumptionMeteringConfig
Instance Attribute Summary collapse
-
#bigquery_destination ⇒ Google::Container::V1beta1::ResourceUsageExportConfig::BigQueryDestination
Configuration to use BigQuery as usage export destination.
-
#consumption_metering_config ⇒ Google::Container::V1beta1::ResourceUsageExportConfig::ConsumptionMeteringConfig
Configuration to enable resource consumption metering.
-
#enable_network_egress_metering ⇒ true, false
Whether to enable network egress metering for this cluster.
Instance Attribute Details
#bigquery_destination ⇒ Google::Container::V1beta1::ResourceUsageExportConfig::BigQueryDestination
Returns Configuration to use BigQuery as usage export destination.
2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2516 class ResourceUsageExportConfig # Parameters for using BigQuery as the destination of resource usage export. # @!attribute [rw] dataset_id # @return [String] # The ID of a BigQuery Dataset. class BigQueryDestination; end # Parameters for controlling consumption metering. # @!attribute [rw] enabled # @return [true, false] # Whether to enable consumption metering for this cluster. If enabled, a # second BigQuery table will be created to hold resource consumption # records. class ConsumptionMeteringConfig; end end |
#consumption_metering_config ⇒ Google::Container::V1beta1::ResourceUsageExportConfig::ConsumptionMeteringConfig
Returns Configuration to enable resource consumption metering.
2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2516 class ResourceUsageExportConfig # Parameters for using BigQuery as the destination of resource usage export. # @!attribute [rw] dataset_id # @return [String] # The ID of a BigQuery Dataset. class BigQueryDestination; end # Parameters for controlling consumption metering. # @!attribute [rw] enabled # @return [true, false] # Whether to enable consumption metering for this cluster. If enabled, a # second BigQuery table will be created to hold resource consumption # records. class ConsumptionMeteringConfig; end end |
#enable_network_egress_metering ⇒ true, false
Returns Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2516 class ResourceUsageExportConfig # Parameters for using BigQuery as the destination of resource usage export. # @!attribute [rw] dataset_id # @return [String] # The ID of a BigQuery Dataset. class BigQueryDestination; end # Parameters for controlling consumption metering. # @!attribute [rw] enabled # @return [true, false] # Whether to enable consumption metering for this cluster. If enabled, a # second BigQuery table will be created to hold resource consumption # records. class ConsumptionMeteringConfig; end end |