Sha256: 7b8036c8fe82f3eb172f917c81087fe047e40ff673b7d45db85314c30f244700
Contents?: true
Size: 442 Bytes
Versions: 1
Compression:
Stored size: 442 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Reconnects a host. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/reconnectHost.html] def reconnect_host(id, options={}) options.merge!( 'command' => 'reconnectHost', 'id' => id ) 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/reconnect_host.rb |