Sha256: 62c30179d93fa074e477c4721c10aeebcc7ea33bb239ee1216fbdd43dc592c0e
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
module Fog module Compute class Cloudstack class Real # List private gateways # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listPrivateGateways.html] def list_private_gateways(options={}) options.merge!( 'command' => 'listPrivateGateways' ) 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_private_gateways.rb |