# File lib/fog/storm_on_demand/models/vpn/vpn.rb, line 17 def initialize(attributes={}) super end
# File lib/fog/storm_on_demand/models/vpn/vpn.rb, line 21 def update(options={}) requires :identity service.update_vpn({:uniq_id => identity}.merge!(options)) end