# File lib/aws/ec2/vpc.rb, line 79
      def network_acls
        NetworkACLCollection.new(:config => config).filter('vpc-id', vpc_id)
      end