Module: VFabric

Defined in:
lib/vas/vfabric/v_fabric.rb,
lib/vas/vfabric/nodes.rb,
lib/vas/vfabric/agent_image.rb

Overview

API for general purpose vFabric administration

Defined Under Namespace

Classes: AgentImage, Node, Nodes, VFabric

Instance Method Summary collapse

Instance Method Details

#delete(node) ⇒ void

This method returns an undefined value.

Deletes the node

Parameters:

  • node (Node)

    the node to delete



34
35
36
# File 'lib/vas/vfabric/nodes.rb', line 34

def delete(node)
  client.delete(node.location)
end