Sha256: 0590ed21554b4175ef31085c063686c01eaa31fde3216c96527e15fc83b29521
Contents?: true
Size: 516 Bytes
Versions: 1
Compression:
Stored size: 516 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Replaces ACL associated with a Network or private gateway # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/replaceNetworkACLList.html] def replace_network_acl_list(aclid, options={}) options.merge!( 'command' => 'replaceNetworkACLList', 'aclid' => aclid ) 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/replace_network_acl_list.rb |