Sha256: 5cab7db7d0a6a9e8678dbed5cd4ef6525ab53698dfdce8eeb376b7e1e15f2aca
Contents?: true
Size: 427 Bytes
Versions: 11
Compression:
Stored size: 427 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List registered keypairs. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listSSHKeyPairs.html] def list_ssh_key_pairs(options={}) options.merge!( 'command' => 'listSSHKeyPairs' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems