Class: BlackStack::RemoteHost
- Inherits:
-
Object
- Object
- BlackStack::RemoteHost
- Includes:
- BaseHost
- Defined in:
- lib/remotehost.rb
Instance Attribute Summary collapse
-
#cpu_architecture ⇒ Object
Returns the value of attribute cpu_architecture.
-
#cpu_load_average ⇒ Object
Returns the value of attribute cpu_load_average.
-
#cpu_model ⇒ Object
Returns the value of attribute cpu_model.
-
#cpu_number ⇒ Object
Returns the value of attribute cpu_number.
-
#cpu_speed ⇒ Object
Returns the value of attribute cpu_speed.
-
#cpu_type ⇒ Object
Returns the value of attribute cpu_type.
-
#disk_free ⇒ Object
Returns the value of attribute disk_free.
-
#disk_total ⇒ Object
Returns the value of attribute disk_total.
-
#mem_free ⇒ Object
Returns the value of attribute mem_free.
-
#mem_total ⇒ Object
Returns the value of attribute mem_total.
-
#net_hostname ⇒ Object
Returns the value of attribute net_hostname.
-
#net_mac_address ⇒ Object
Returns the value of attribute net_mac_address.
-
#net_remote_ip ⇒ Object
Returns the value of attribute net_remote_ip.
Method Summary
Methods included from BaseHost
descriptor_validation_details, #parse, #poll, #push, #to_hash, valid_descriptor?, #windows_os?
Instance Attribute Details
#cpu_architecture ⇒ Object
Returns the value of attribute cpu_architecture.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def cpu_architecture @cpu_architecture end |
#cpu_load_average ⇒ Object
Returns the value of attribute cpu_load_average.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def cpu_load_average @cpu_load_average end |
#cpu_model ⇒ Object
Returns the value of attribute cpu_model.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def cpu_model @cpu_model end |
#cpu_number ⇒ Object
Returns the value of attribute cpu_number.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def cpu_number @cpu_number end |
#cpu_speed ⇒ Object
Returns the value of attribute cpu_speed.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def cpu_speed @cpu_speed end |
#cpu_type ⇒ Object
Returns the value of attribute cpu_type.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def cpu_type @cpu_type end |
#disk_free ⇒ Object
Returns the value of attribute disk_free.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def disk_free @disk_free end |
#disk_total ⇒ Object
Returns the value of attribute disk_total.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def disk_total @disk_total end |
#mem_free ⇒ Object
Returns the value of attribute mem_free.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def mem_free @mem_free end |
#mem_total ⇒ Object
Returns the value of attribute mem_total.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def mem_total @mem_total end |
#net_hostname ⇒ Object
Returns the value of attribute net_hostname.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def net_hostname @net_hostname end |
#net_mac_address ⇒ Object
Returns the value of attribute net_mac_address.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def net_mac_address @net_mac_address end |
#net_remote_ip ⇒ Object
Returns the value of attribute net_remote_ip.
6 7 8 |
# File 'lib/remotehost.rb', line 6 def net_remote_ip @net_remote_ip end |