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