Sha256: 557505ec16e38016bab2cdca7133b860ba2130a30a895f12d9e30b5959999ff3

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

      class Real
        # Lists all available networks.
        #
        # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listNetworks.html]
        def list_networks(options={})
          options.merge!(
            'command' => 'listNetworks'  
          )
          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_networks.rb