Class: Google::Apis::GkeonpremV1::BareMetalClusterOperationsConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::BareMetalClusterOperationsConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkeonprem_v1/classes.rb,
lib/google/apis/gkeonprem_v1/representations.rb,
lib/google/apis/gkeonprem_v1/representations.rb
Overview
Specifies the bare metal user cluster's observability infrastructure.
Instance Attribute Summary collapse
-
#enable_application_logs ⇒ Boolean
(also: #enable_application_logs?)
Whether collection of application logs/metrics should be enabled (in addition to system logs/metrics).
Instance Method Summary collapse
-
#initialize(**args) ⇒ BareMetalClusterOperationsConfig
constructor
A new instance of BareMetalClusterOperationsConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BareMetalClusterOperationsConfig
Returns a new instance of BareMetalClusterOperationsConfig.
1298 1299 1300 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1298 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enable_application_logs ⇒ Boolean Also known as: enable_application_logs?
Whether collection of application logs/metrics should be enabled (in addition
to system logs/metrics).
Corresponds to the JSON property enableApplicationLogs
1295 1296 1297 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1295 def enable_application_logs @enable_application_logs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1303 1304 1305 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1303 def update!(**args) @enable_application_logs = args[:enable_application_logs] if args.key?(:enable_application_logs) end |