Sha256: 9e1e350e1fb12fee2730f30de1fbe16e20fc35d6da24b92caf3ca811dac341d8
Contents?: true
Size: 465 Bytes
Versions: 86
Compression:
Stored size: 465 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List external firewall appliances. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listExternalFirewalls.html] def list_external_firewalls(options={}) options.merge!( 'command' => 'listExternalFirewalls' ) request(options) end end end end end
Version data entries
86 entries across 86 versions & 16 rubygems