Sha256: d68d24db71c910647914ec995f7dd32b88808f10d37ff9983b997f56ec7ba53b

Contents?: true

Size: 440 Bytes

Versions: 88

Compression:

Stored size: 440 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

88 entries across 88 versions & 16 rubygems

Version Path
michiels-fog-1.3.1 lib/fog/cloudstack/requests/compute/register_ssh_key_pair.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/lib/fog/cloudstack/requests/compute/register_ssh_key_pair.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/register_ssh_key_pair.rb
fog-1.3.1 lib/fog/cloudstack/requests/compute/register_ssh_key_pair.rb
fog-1.3.0 lib/fog/cloudstack/requests/compute/register_ssh_key_pair.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/register_ssh_key_pair.rb
fog-1.2.0 lib/fog/cloudstack/requests/compute/register_ssh_key_pair.rb
ktheory-fog-1.1.2 lib/fog/cloudstack/requests/compute/register_ssh_key_pair.rb