Sha256: d68d24db71c910647914ec995f7dd32b88808f10d37ff9983b997f56ec7ba53b
Contents?: true
Size: 440 Bytes
Versions: 88
Compression:
Stored size: 440 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Registers an SSH key pair.. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/registerSSHKeyPair.html] def register_ssh_key_pair(options={}) options.merge!( 'command' => 'registerSSHKeyPair' ) request(options) end end end end end
Version data entries
88 entries across 88 versions & 16 rubygems