# File lib/fog/compute/models/storm_on_demand/private_ips.rb, line 12 def all data = connection.list_private_ips.body['networks'] load(data) end