Class: Softlayer::Container::RemoteManagement::SensorReading

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/remote_management/sensor_reading.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#lower_criticalObject

Returns the value of attribute lower_critical.



5
6
7
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 5

def lower_critical
  @lower_critical
end

#lower_non_criticalObject

Returns the value of attribute lower_non_critical.



6
7
8
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 6

def lower_non_critical
  @lower_non_critical
end

#lower_non_recoverableObject

Returns the value of attribute lower_non_recoverable.



7
8
9
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 7

def lower_non_recoverable
  @lower_non_recoverable
end

#sensor_idObject

Returns the value of attribute sensor_id.



8
9
10
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 8

def sensor_id
  @sensor_id
end

#sensor_readingObject

Returns the value of attribute sensor_reading.



9
10
11
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 9

def sensor_reading
  @sensor_reading
end

#sensor_unitsObject

Returns the value of attribute sensor_units.



10
11
12
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 10

def sensor_units
  @sensor_units
end

#statusObject

Returns the value of attribute status.



11
12
13
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 11

def status
  @status
end

#upper_criticalObject

Returns the value of attribute upper_critical.



12
13
14
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 12

def upper_critical
  @upper_critical
end

#upper_non_criticalObject

Returns the value of attribute upper_non_critical.



13
14
15
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 13

def upper_non_critical
  @upper_non_critical
end

#upper_non_recoverableObject

Returns the value of attribute upper_non_recoverable.



14
15
16
# File 'lib/softlayer/container/remote_management/sensor_reading.rb', line 14

def upper_non_recoverable
  @upper_non_recoverable
end