# File lib/fog/aws/models/compute/network_interfaces.rb, line 86 def all(filters_arg = filters) filters = filters_arg data = service.describe_network_interfaces(filters).body load(data['networkInterfaceSet']) end