Sha256: e11c1a7f8a4925b151ff25bce4bc8fb37d6f501c28109dfe831bfeb46d0d593f
Contents?: true
Size: 453 Bytes
Versions: 1
Compression:
Stored size: 453 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Updates a domain with a new name # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/updateDomain.html] def update_domain(id, options={}) options.merge!( 'command' => 'updateDomain', '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/update_domain.rb |