# File lib/fog/network/openstack/models/vpn_services.rb, line 17 def all(filters_arg = filters) filters = filters_arg load_response(service.list_vpn_services(filters), 'vpnservices') end