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

          request(options)
        end