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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/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.



994
995
996
# File 'generated/google/apis/container_v1beta1/classes.rb', line 994

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

Instance Attribute Details

#typeString

Type of the integration. Corresponds to the JSON property type

Returns:

  • (String)


992
993
994
# File 'generated/google/apis/container_v1beta1/classes.rb', line 992

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



999
1000
1001
# File 'generated/google/apis/container_v1beta1/classes.rb', line 999

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