# File lib/fog/ecloud/models/compute/rnat.rb, line 17 def associations @associations = Fog::Compute::Ecloud::Associations.new(:connection => connection, :href => href) end
# File lib/fog/ecloud/models/compute/rnat.rb, line 21 def id href.scan(%r\d+/)[0] end
# File lib/fog/ecloud/models/compute/rnat.rb, line 13 def networks @networks = Fog::Compute::Ecloud::Networks.new(:connection => connection, :href => href) end