Sha256: 17154c6707c73a42f1c77c8ff9760af8940f15308eb35c274b0a152a9788c085
Contents?: true
Size: 474 Bytes
Versions: 1
Compression:
Stored size: 474 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all egress firewall rules for network id. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listEgressFirewallRules.html] def list_egress_firewall_rules(options={}) options.merge!( 'command' => 'listEgressFirewallRules' ) 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/list_egress_firewall_rules.rb |