# File lib/fog/storm_on_demand/requests/vpn/create_vpn.rb, line 6 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 6 def get_vpn(options={}) request( :path => '/VPN/details', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/vpn/list_vpn_users.rb, line 6 def list_vpn_users(options={}) request( :path => '/VPN/list', :body => Fog::JSON.encode(:params => options) ) end
# File lib/fog/storm_on_demand/requests/vpn/update_vpn.rb, line 6 def update_vpn(options={}) request( :path => '/VPN/update', :body => Fog::JSON.encode(:params => options) ) end