class Google::Apis::NotebooksV1::RuntimeMetrics
Contains runtime daemon metrics, such as OS and kernels and sessions stats.
Attributes
system_metrics[RW]
Output only. The system metrics. Corresponds to the JSON property `systemMetrics` @return [Hash<String,String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/notebooks_v1/classes.rb, line 1990 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/notebooks_v1/classes.rb, line 1995 def update!(**args) @system_metrics = args[:system_metrics] if args.key?(:system_metrics) end