Method: OpenNebula::VirtualNetwork#allocate
- Defined in:
- lib/opennebula/virtual_network.rb
#allocate(description, cluster_id = ClusterPool::NONE_CLUSTER_ID) ⇒ Integer, OpenNebula::Error
Allocates a new VirtualNetwork in OpenNebula
86 87 88 |
# File 'lib/opennebula/virtual_network.rb', line 86 def allocate(description,cluster_id=ClusterPool::NONE_CLUSTER_ID) super(VN_METHODS[:allocate], description, cluster_id) end |