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