class OnappMarket::Rackspace::VM

Represents an Openstack VM

Constants

TYPE

Type

Attributes

flavor_id[RW]

the ID of the flavor to use

template_id[RW]

the ID of a template from which a VM should be built

Public Class Methods

new(hash = {}) click to toggle source

Create new Rackspace VM

Attributes

  • hash - Hash of attributes to apply

# File lib/onapp_market/rackspace/vm.rb, line 25
def initialize(hash = {})
  super(hash, TYPE)
end