# File lib/fog/cloudstack/requests/compute/create_snapshot.rb, line 9 def create_snapshot(options={}) options.merge!( 'command' => 'createSnapshot' ) request(options) end