Method: OpenNebula::Group#allocate

Defined in:
lib/opennebula/group.rb

#allocate(groupname) ⇒ Object

Allocates a new Group in OpenNebula

groupname A string containing the name of the Group.



211
212
213
# File 'lib/opennebula/group.rb', line 211

def allocate(groupname)
    super(GROUP_METHODS[:allocate], groupname)
end