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