Method: OpenNebula::VNTemplate#allocate

Defined in:
lib/opennebula/vntemplate.rb

#allocate(description) ⇒ nil, OpenNebula::Error

Allocates a new VNTemplate in OpenNebula

Parameters:

  • description (String)

    The contents of the VNTemplate.

Returns:



96
97
98
# File 'lib/opennebula/vntemplate.rb', line 96

def allocate(description)
    super(TEMPLATE_METHODS[:allocate], description)
end