Class: Kanrisuru::Core::Dmi::ManagementDeviceThresholdData

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/dmi/types.rb

Overview

Type 36: Management Device Threshold Data

Instance Attribute Summary collapse

Instance Attribute Details

#dmi_handleObject

Returns the value of attribute dmi_handle

Returns:

  • (Object)

    the current value of dmi_handle



285
286
287
# File 'lib/kanrisuru/core/dmi/types.rb', line 285

def dmi_handle
  @dmi_handle
end

#dmi_sizeObject

Returns the value of attribute dmi_size

Returns:

  • (Object)

    the current value of dmi_size



285
286
287
# File 'lib/kanrisuru/core/dmi/types.rb', line 285

def dmi_size
  @dmi_size
end

#dmi_typeObject

Returns the value of attribute dmi_type

Returns:

  • (Object)

    the current value of dmi_type



285
286
287
# File 'lib/kanrisuru/core/dmi/types.rb', line 285

def dmi_type
  @dmi_type
end

#lower_critical_thresholdObject

Returns the value of attribute lower_critical_threshold

Returns:

  • (Object)

    the current value of lower_critical_threshold



285
286
287
# File 'lib/kanrisuru/core/dmi/types.rb', line 285

def lower_critical_threshold
  @lower_critical_threshold
end

#lower_non_critical_thresholdObject

Returns the value of attribute lower_non_critical_threshold

Returns:

  • (Object)

    the current value of lower_non_critical_threshold



285
286
287
# File 'lib/kanrisuru/core/dmi/types.rb', line 285

def lower_non_critical_threshold
  @lower_non_critical_threshold
end

#lower_non_recoverable_thresholdObject

Returns the value of attribute lower_non_recoverable_threshold

Returns:

  • (Object)

    the current value of lower_non_recoverable_threshold



285
286
287
# File 'lib/kanrisuru/core/dmi/types.rb', line 285

def lower_non_recoverable_threshold
  @lower_non_recoverable_threshold
end

#upper_critical_thresholdObject

Returns the value of attribute upper_critical_threshold

Returns:

  • (Object)

    the current value of upper_critical_threshold



285
286
287
# File 'lib/kanrisuru/core/dmi/types.rb', line 285

def upper_critical_threshold
  @upper_critical_threshold
end

#upper_non_critical_thresholdObject

Returns the value of attribute upper_non_critical_threshold

Returns:

  • (Object)

    the current value of upper_non_critical_threshold



285
286
287
# File 'lib/kanrisuru/core/dmi/types.rb', line 285

def upper_non_critical_threshold
  @upper_non_critical_threshold
end

#upper_non_recoverable_thresholdObject

Returns the value of attribute upper_non_recoverable_threshold

Returns:

  • (Object)

    the current value of upper_non_recoverable_threshold



285
286
287
# File 'lib/kanrisuru/core/dmi/types.rb', line 285

def upper_non_recoverable_threshold
  @upper_non_recoverable_threshold
end