class OnappMarket::OpenStack::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 OpenstackServcice

Attributes

  • hash - Hash of attributes to apply

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