Sha256: 1d32855637f99d5c20fe33dcea098b6a14e233cd91e9a8b862a7ab7faffdb9e0
Contents?: true
Size: 582 Bytes
Versions: 11
Compression:
Stored size: 582 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Changes the service offering for a virtual machine. The virtual machine must be in a "Stopped" state for this command to take effect. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.12/global_admin/changeServiceForVirtualMachine.html] def change_service_for_virtual_machine(options={}) options.merge!( 'command' => 'changeServiceForVirtualMachine' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems