Class: Google::Apis::GkehubV1::FleetObservabilityFeatureSpec

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

Overview

Fleet Observability: The Hub-wide input for the FleetObservability feature.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FleetObservabilityFeatureSpec

Returns a new instance of FleetObservabilityFeatureSpec.



2308
2309
2310
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2308

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

Instance Attribute Details

#logging_configGoogle::Apis::GkehubV1::FleetObservabilityLoggingConfig

LoggingConfig defines the configuration for different types of logs. Corresponds to the JSON property loggingConfig



2306
2307
2308
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2306

def logging_config
  @logging_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2313
2314
2315
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2313

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