Sha256: 452c2e90e4ce295531409d7c2b8c98e05ddf8f07498ebb43634b6e441bdb4093
Contents?: true
Size: 584 Bytes
Versions: 88
Compression:
Stored size: 584 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
88 entries across 88 versions & 16 rubygems