# File lib/fog/storm_on_demand/requests/vpn/create_vpn.rb, line 5 def create_vpn(options={}) request( :path => '/VPN/create', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/vpn/get_vpn.rb, line 5 def get_vpn(options={}) request( :path => '/VPN/details', :body => Fog::JSON.encode(:params => options) ) end
Generated with the Darkfish Rdoc Generator 2.