Class: Google::Apis::ContainerV1beta1::ClusterTelemetry

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.rb

Overview

Telemetry integration for the cluster.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ClusterTelemetry

Returns a new instance of ClusterTelemetry.



1688
1689
1690
# File 'lib/google/apis/container_v1beta1/classes.rb', line 1688

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#typeString

Type of the integration. Corresponds to the JSON property type

Returns:

  • (String)


1686
1687
1688
# File 'lib/google/apis/container_v1beta1/classes.rb', line 1686

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1693
1694
1695
# File 'lib/google/apis/container_v1beta1/classes.rb', line 1693

def update!(**args)
  @type = args[:type] if args.key?(:type)
end