Sha256: ca6d3db898efac3558a0312643376bc66c28cd1b1f410f07c7442d6e698f1c6c

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

module Fog
  module StormOnDemand
    class Compute
      class Real

        def list_private_ips(options = {})
          request(
            :path     => "/network/private/get",
            :body     => options.to_json
          )
        end

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-0.8.2 lib/fog/compute/requests/storm_on_demand/list_private_ips.rb
fog-0.8.1 lib/fog/compute/requests/storm_on_demand/list_private_ips.rb
fog-0.8.0 lib/fog/compute/requests/storm_on_demand/list_private_ips.rb