Sha256: 9aee9671d9a03608b295e1e11ce0c3371929d2efbd31a4b9f35304aa68548ae6

Contents?: true

Size: 473 Bytes

Versions: 9

Compression:

Stored size: 473 Bytes

Contents

module Fog
  module Compute
    class Cloudstack
      class Real

        # Updates account information for the authenticated user.
        #
        # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/rebootVirtualMachine.html]
        def reboot_virtual_machine(options={})
          options.merge!(
            'command' => 'rebootVirtualMachine'
          )

          request(options)
        end

      end
    end
  end
end

Version data entries

9 entries across 9 versions & 5 rubygems

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