Fog::Ecloud::Model
# File lib/fog/ecloud/models/compute/ip.rb, line 28 def reload super @changed = false self end
# File lib/fog/ecloud/models/compute/ip.rb, line 16 def rnat=(new_rnat) attributes[:rnat] = new_rnat @changed = true end
# File lib/fog/ecloud/models/compute/ip.rb, line 21 def save if @changed connection.configure_network_ip( href, _compose_network_ip_data ) end true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.