Class: BlackStack::Infrastructure::Node

Inherits:
Object
  • Object
show all
Includes:
NodeModule
Defined in:
lib/blackstack-nodes.rb

Overview

TODO: declare these classes (stub and skeleton) using blackstack-rpc

Node Stub This class represents a node, without using connection to the database. Use this class at the client side.

Instance Attribute Summary

Attributes included from NodeModule

#ip, #logger, #name, #ssh, #ssh_password, #ssh_port, #ssh_private_key_file, #ssh_username, #tags

Method Summary

Methods included from NodeModule

#connect, #connected?, descriptor_errors, #disconnect, #disconnected?, #exec, #initialize, #reboot, #tail, #to_hash, #usage, #using_password?, #using_private_key_file?