Class: BlackStack::RemoteHost

Inherits:
Object
  • Object
show all
Includes:
BaseHost
Defined in:
lib/remotehost.rb

Instance Attribute Summary collapse

Method Summary

Methods included from BaseHost

descriptor_validation_details, #parse, #poll, #push, #remoteIp, #to_hash, valid_descriptor?, #windows_os?

Instance Attribute Details

#cpu_architectureObject

Returns the value of attribute cpu_architecture.



6
7
8
# File 'lib/remotehost.rb', line 6

def cpu_architecture
  @cpu_architecture
end

#cpu_load_averageObject

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_modelObject

Returns the value of attribute cpu_model.



6
7
8
# File 'lib/remotehost.rb', line 6

def cpu_model
  @cpu_model
end

#cpu_numberObject

Returns the value of attribute cpu_number.



6
7
8
# File 'lib/remotehost.rb', line 6

def cpu_number
  @cpu_number
end

#cpu_speedObject

Returns the value of attribute cpu_speed.



6
7
8
# File 'lib/remotehost.rb', line 6

def cpu_speed
  @cpu_speed
end

#cpu_typeObject

Returns the value of attribute cpu_type.



6
7
8
# File 'lib/remotehost.rb', line 6

def cpu_type
  @cpu_type
end

#disk_freeObject

Returns the value of attribute disk_free.



6
7
8
# File 'lib/remotehost.rb', line 6

def disk_free
  @disk_free
end

#disk_totalObject

Returns the value of attribute disk_total.



6
7
8
# File 'lib/remotehost.rb', line 6

def disk_total
  @disk_total
end

#mem_freeObject

Returns the value of attribute mem_free.



6
7
8
# File 'lib/remotehost.rb', line 6

def mem_free
  @mem_free
end

#mem_totalObject

Returns the value of attribute mem_total.



6
7
8
# File 'lib/remotehost.rb', line 6

def mem_total
  @mem_total
end

#net_hostnameObject

Returns the value of attribute net_hostname.



6
7
8
# File 'lib/remotehost.rb', line 6

def net_hostname
  @net_hostname
end

#net_mac_addressObject

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_ipObject

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