Sha256: 4e3a80448454a12343bb37a6fbd12523dd7800ef56120a883405c709e3014f45

Contents?: true

Size: 898 Bytes

Versions: 24

Compression:

Stored size: 898 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Resets the SSH Key for virtual machine. The virtual machine must be in a "Stopped" state. [async]
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.4/root_admin/resetSSHKeyForVirtualMachine.html]
        def reset_ssh_key_for_virtual_machine(*args)
          options = {}
          if args[0].is_a? Hash
            options = args[0]
            options.merge!('command' => 'resetSSHKeyForVirtualMachine')
          else
            options.merge!('command' => 'resetSSHKeyForVirtualMachine',
            'id' => args[0],
            'keypair' => args[1])
          end
          # add project id if we have one
          @cloudstack_project_id ? options.merge!('projectid' => @cloudstack_project_id) : nil
          request(options)
        end
      end

    end
  end
end

Version data entries

24 entries across 22 versions & 3 rubygems

Version Path
fog-2.1.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-1.42.1/lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-1.42.1/lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-1.42.1/lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.42.1 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-2.0.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.42.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.41.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.40.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.39.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.38.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.37.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.36.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.35.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-2.0.0.pre.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.34.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.33.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.32.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb
fog-1.31.0 lib/fog/cloudstack/requests/compute/reset_ssh_key_for_virtual_machine.rb