OnappMarket::Instance::VM
Represents an Openstack VM
Type
the ID of the flavor to use
the ID of a template from which a VM should be built
Create new Rackspace VM
hash - Hash of attributes to apply
hash
# File lib/onapp_market/rackspace/vm.rb, line 25 def initialize(hash = {}) super(hash, TYPE) end