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