Sha256: ddd49f6a64d879615a11a9af062c4b38a32722861652b32c1863ad4a9f42b697
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Updates ACL Item with specified Id # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/updateNetworkACLItem.html] def update_network_acl_item(id, options={}) options.merge!( 'command' => 'updateNetworkACLItem', '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_acl_item.rb |