Method: Shared::Instance#node_instances

Defined in:
lib/vas/shared/instance.rb

#node_instancesNodeInstance[]

Returns the instance’s individual node instances.

Returns:

  • (NodeInstance[])

    the instance’s individual node instances



68
69
70
# File 'lib/vas/shared/instance.rb', line 68

def node_instances
  @node_instances ||= create_resources_from_links(@node_instance_type, @node_instance_class)
end