# 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