Class: VFabric::Node

Inherits:
Shared::Node show all
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

#location, #security

Instance Method Summary collapse

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_sObject

: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='#{operating_system}' architecture='#{architecture}' agent_home='#{agent_home}' metadata='#{}'>"
end