# File lib/fog/compute/models/ecloud/backup_internet_services.rb, line 12 def all check_href! :message => "the Internet Services for the Vdc you want to enumerate" if data = connection.get_internet_services(href).body[:InternetService].find_all {|i| i[:IsBackupService] == "true" } load(data) end end