Sha256: ac156d9ad5fe9cb8211c2abc8543ca2487ac7b09e724ef64a2bc231f25ced57d
Contents?: true
Size: 439 Bytes
Versions: 86
Compression:
Stored size: 439 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
86 entries across 86 versions & 16 rubygems