Sha256: 8d20ed51cece16880c13f32dff38eb1d25615c76c76521401448e7ad1092f596
Contents?: true
Size: 466 Bytes
Versions: 86
Compression:
Stored size: 466 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists all available network offerings. # # {CloudStack API Reference}[http://download.cloud.com/releases/2.2.0/api_2.2.4/global_admin/listNetworkOfferings.html] def list_network_offerings(options={}) options.merge!( 'command' => 'listNetworkOfferings' ) request(options) end end end end end
Version data entries
86 entries across 86 versions & 16 rubygems