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

Version Path
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/list_network_offerings.rb
fog-1.3.1 lib/fog/cloudstack/requests/compute/list_network_offerings.rb
fog-1.3.0 lib/fog/cloudstack/requests/compute/list_network_offerings.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/lib/fog/cloudstack/requests/compute/list_network_offerings.rb
fog-1.2.0 lib/fog/cloudstack/requests/compute/list_network_offerings.rb
ktheory-fog-1.1.2 lib/fog/cloudstack/requests/compute/list_network_offerings.rb