Class: Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb
Overview
Fleet Observability: The Hub-wide input for the FleetObservability feature.
Instance Attribute Summary collapse
-
#logging_config ⇒ Google::Apis::GkehubV1alpha::FleetObservabilityLoggingConfig
LoggingConfig defines the configuration for different types of logs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FleetObservabilityFeatureSpec
constructor
A new instance of FleetObservabilityFeatureSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FleetObservabilityFeatureSpec
Returns a new instance of FleetObservabilityFeatureSpec.
2634 2635 2636 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2634 def initialize(**args) update!(**args) end |
Instance Attribute Details
#logging_config ⇒ Google::Apis::GkehubV1alpha::FleetObservabilityLoggingConfig
LoggingConfig defines the configuration for different types of logs.
Corresponds to the JSON property loggingConfig
2632 2633 2634 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2632 def logging_config @logging_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2639 2640 2641 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2639 def update!(**args) @logging_config = args[:logging_config] if args.key?(:logging_config) end |