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