Class: Google::Apis::ContainerV1beta1::ClusterTelemetry
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::ClusterTelemetry
- 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
-
#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.
994 995 996 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 994 def initialize(**args) update!(**args) end |
Instance Attribute Details
#type ⇒ String
Type of the integration.
Corresponds to the JSON property type
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 |