Sha256: 1e51ac0186304272f5ee747d9bf79d6a6019ca4b42a9942689fc5c62d1beac10

Contents?: true

Size: 427 Bytes

Versions: 1

Compression:

Stored size: 427 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # List registered keypairs
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listSSHKeyPairs.html]
        def list_ssh_key_pairs(options={})
          options.merge!(
            'command' => 'listSSHKeyPairs'  
          )
          request(options)
        end
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fog-1.23.0 lib/fog/cloudstack/requests/compute/list_ssh_key_pairs.rb