Sha256: 7e8323afe50630f3cc670973a373bd3135d78bd1f503415d75e732427f0f36f0
Contents?: true
Size: 424 Bytes
Versions: 11
Compression:
Stored size: 424 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Updates a domain with a new name. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/updateDomain.html] def update_domain(options={}) options.merge!( 'command' => 'updateDomain' ) request(options) end end end end end
Version data entries
11 entries across 11 versions & 3 rubygems