Sha256: d6fa2147511e67bb3110b5b658abe2432c9711073f66e790c2d8ae3d221f9982
Contents?: true
Size: 475 Bytes
Versions: 88
Compression:
Stored size: 475 Bytes
Contents
module Fog module Compute class Cloudstack class Real def assign_virtual_machine(options={}) options.merge!('command' => 'assignVirtualMachine') request(options) end end class Mock # Fog::Compute::Cloudstack::Error: Failed to move vm VM is Running, unable to move the vm VM[User|e845934a-e44f-43da-aabf-05c90c651756] #def assign_virtual_machine(options={}) #end end end end end
Version data entries
88 entries across 88 versions & 13 rubygems