Class: Google::Cloud::Container::V1beta1::ClusterTelemetry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Telemetry integration for the cluster.

Defined Under Namespace

Modules: Type

Instance Attribute Summary collapse

Instance Attribute Details

#type::Google::Cloud::Container::V1beta1::ClusterTelemetry::Type



2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2446

class ClusterTelemetry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Type of the integration.
  module Type
    # Not set.
    UNSPECIFIED = 0

    # Monitoring integration is disabled.
    DISABLED = 1

    # Monitoring integration is enabled.
    ENABLED = 2

    # Only system components are monitored and logged.
    SYSTEM_ONLY = 3
  end
end