Class: Google::Apis::NetworkservicesV1::LoggingConfig

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

Overview

The configuration for Platform Telemetry logging for Eventarc Avdvanced resources.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LoggingConfig

Returns a new instance of LoggingConfig.



2808
2809
2810
# File 'lib/google/apis/networkservices_v1/classes.rb', line 2808

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

Instance Attribute Details

#log_severityString

Optional. The minimum severity of logs that will be sent to Stackdriver/ Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE. Corresponds to the JSON property logSeverity

Returns:

  • (String)


2806
2807
2808
# File 'lib/google/apis/networkservices_v1/classes.rb', line 2806

def log_severity
  @log_severity
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2813
2814
2815
# File 'lib/google/apis/networkservices_v1/classes.rb', line 2813

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