Sha256: fcfdd0879c3f38aaaa9f3b670245659a6ee563a2dfebd79587911fddaac43a2b
Contents?: true
Size: 284 Bytes
Versions: 26
Compression:
Stored size: 284 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def list_private_ips(options = {}) request( :path => "/network/private/get", :body => Fog::JSON.encode(options) ) end end end end end
Version data entries
26 entries across 26 versions & 11 rubygems