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