Sha256: a224ee51301467245efcdf246f81f9d2c7380034fbb7beb25dfede8afb6d895c
Contents?: true
Size: 437 Bytes
Versions: 11
Compression:
Stored size: 437 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
11 entries across 11 versions & 3 rubygems