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