Sha256: dbfda15781acca697ecf64b405821b86ba178efd7517727a01105feab550b2a7

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 Bytes

Contents

module Fog
  module Compute
    class Cloudstack

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