Method: OpenNebula::Image#allocate
- Defined in:
- lib/opennebula/image.rb
#allocate(description, ds_id, check_capacity = true) ⇒ nil, OpenNebula::Error
Allocates a new Image in OpenNebula
118 119 120 |
# File 'lib/opennebula/image.rb', line 118 def allocate(description, ds_id, check_capacity=true) super(IMAGE_METHODS[:allocate],description, ds_id, check_capacity) end |