Class: Google::Container::V1beta1::ResourceUsageExportConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery_destinationGoogle::Container::V1beta1::ResourceUsageExportConfig::BigQueryDestination

Returns Configuration to use BigQuery as usage export destination.

Returns:



2329
2330
2331
2332
2333
2334
2335
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2329

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
end

#enable_network_egress_meteringtrue, 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.

Returns:

  • (true, false)

    Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.



2329
2330
2331
2332
2333
2334
2335
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2329

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
end