Class: VFabric::Node
- Inherits:
-
Shared::Node
- Object
- Shared::Resource
- Shared::Node
- VFabric::Node
- Defined in:
- lib/vas/vfabric/nodes.rb
Overview
A VFabric node
Instance Attribute Summary
Attributes inherited from Shared::Node
#agent_home, #architecture, #host_names, #ip_addresses, #metadata, #operating_system
Attributes inherited from Shared::Resource
Instance Method Summary collapse
-
#initialize(location, client) ⇒ Node
constructor
:nodoc:.
-
#to_s ⇒ Object
:nodoc:.
Constructor Details
#initialize(location, client) ⇒ Node
:nodoc:
37 38 39 |
# File 'lib/vas/vfabric/nodes.rb', line 37 def initialize(location, client) #:nodoc: super(location, client) end |
Instance Method Details
#to_s ⇒ Object
:nodoc:
41 42 43 |
# File 'lib/vas/vfabric/nodes.rb', line 41 def to_s #:nodoc: "#<#{self.class} host_names='#{host_names}' ip_addresses='#{ip_addresses}' operating_system='#{}' architecture='#{architecture}' agent_home='#{agent_home}' metadata='#{}'>" end |