Class: Google::Apis::ContainerV1beta1::ClusterTelemetry
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::ClusterTelemetry
- 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
-
#type ⇒ String
Type of the integration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ClusterTelemetry
constructor
A new instance of ClusterTelemetry.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ClusterTelemetry
Returns a new instance of ClusterTelemetry.
1468 1469 1470 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 1468 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Type of the integration.
Corresponds to the JSON property type
1466 1467 1468 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 1466 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1473 1474 1475 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 1473 def update!(**args) @type = args[:type] if args.key?(:type) end |