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